Searched defs:xfs_ifork (Results 1 – 1 of 1) sorted by relevance
15 struct xfs_ifork { struct16 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 short if_broot_bytes; /* bytes allocated for root */25 int8_t if_format; /* format of this fork */26 xfs_extnum_t if_nextents; /* # of extents in this fork */
Completed in 3 milliseconds