Searched defs:xfs_ifork (Results 1 – 1 of 1) sorted by relevance
15 struct xfs_ifork { struct16 int if_bytes; /* bytes in if_u1 */17 unsigned int if_seq; /* fork mod counter */18 struct xfs_btree_block *if_broot; /* file's incore btree root */19 short if_broot_bytes; /* bytes allocated for root */20 unsigned char if_flags; /* per-fork flags */21 int if_height; /* height of the extent tree */22 union {25 } if_u1;