Linux Kernel
3.7.1
|
#include <xfs_btree.h>
Data Fields | |
struct xfs_trans * | bc_tp |
struct xfs_mount * | bc_mp |
struct xfs_btree_ops * | bc_ops |
uint | bc_flags |
union { | |
xfs_alloc_rec_incore_t a | |
xfs_bmbt_irec_t b | |
xfs_inobt_rec_incore_t i | |
} | bc_rec |
struct xfs_buf * | bc_bufs [XFS_BTREE_MAXLEVELS] |
int | bc_ptrs [XFS_BTREE_MAXLEVELS] |
__uint8_t | bc_ra [XFS_BTREE_MAXLEVELS] |
__uint8_t | bc_nlevels |
__uint8_t | bc_blocklog |
xfs_btnum_t | bc_btnum |
union { | |
struct { | |
struct xfs_buf * agbp | |
xfs_agnumber_t agno | |
} a | |
struct { | |
struct xfs_inode * ip | |
struct xfs_bmap_free * flist | |
xfs_fsblock_t firstblock | |
int allocated | |
short forksize | |
char whichfork | |
char flags | |
} b | |
} | bc_private |
Definition at line 216 of file xfs_btree.h.
Definition at line 223 of file xfs_btree.h.
struct { ... } a |
Definition at line 237 of file xfs_btree.h.
xfs_agnumber_t agno |
Definition at line 238 of file xfs_btree.h.
int allocated |
Definition at line 244 of file xfs_btree.h.
Definition at line 224 of file xfs_btree.h.
struct { ... } b |
__uint8_t bc_blocklog |
Definition at line 233 of file xfs_btree.h.
xfs_btnum_t bc_btnum |
Definition at line 234 of file xfs_btree.h.
struct xfs_buf* bc_bufs[XFS_BTREE_MAXLEVELS] |
Definition at line 227 of file xfs_btree.h.
uint bc_flags |
Definition at line 221 of file xfs_btree.h.
struct xfs_mount* bc_mp |
Definition at line 219 of file xfs_btree.h.
__uint8_t bc_nlevels |
Definition at line 232 of file xfs_btree.h.
struct xfs_btree_ops* bc_ops |
Definition at line 220 of file xfs_btree.h.
union { ... } bc_private |
int bc_ptrs[XFS_BTREE_MAXLEVELS] |
Definition at line 228 of file xfs_btree.h.
__uint8_t bc_ra[XFS_BTREE_MAXLEVELS] |
Definition at line 229 of file xfs_btree.h.
union { ... } bc_rec |
struct xfs_trans* bc_tp |
Definition at line 218 of file xfs_btree.h.
xfs_fsblock_t firstblock |
Definition at line 243 of file xfs_btree.h.
char flags |
Definition at line 247 of file xfs_btree.h.
struct xfs_bmap_free* flist |
Definition at line 242 of file xfs_btree.h.
short forksize |
Definition at line 245 of file xfs_btree.h.
Definition at line 225 of file xfs_btree.h.
struct xfs_inode* ip |
Definition at line 241 of file xfs_btree.h.
char whichfork |
Definition at line 246 of file xfs_btree.h.