Lines Matching defs:xfs_ifork
15 struct xfs_ifork { struct
16 int64_t if_bytes; /* bytes in if_u1 */
17 struct xfs_btree_block *if_broot; /* file's incore btree root */
18 unsigned int if_seq; /* fork mod counter */
19 int if_height; /* height of the extent tree */
20 union {
23 } if_u1;
24 xfs_extnum_t if_nextents; /* # of extents in this fork */
25 short if_broot_bytes; /* bytes allocated for root */
26 int8_t if_format; /* format of this fork */
27 uint8_t if_needextents; /* extents have not been read */