Home
last modified time | relevance | path

Searched defs:xfs_ifork (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h15 struct xfs_ifork { struct
16 int64_t if_bytes; /* bytes in if_data */
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 void *if_data; /* extent tree root or
22 xfs_extnum_t if_nextents; /* # of extents in this fork */
23 short if_broot_bytes; /* bytes allocated for root */
24 int8_t if_format; /* format of this fork */
25 uint8_t if_needextents; /* extents have not been read */