Home
last modified time | relevance | path

Searched refs:if_broot (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item.c375 ASSERT(ip->i_df.if_broot != NULL); in xfs_inode_item_format_data_fork()
377 ip->i_df.if_broot, in xfs_inode_item_format_data_fork()
453 ASSERT(ip->i_af.if_broot != NULL); in xfs_inode_item_format_attr_fork()
456 ip->i_af.if_broot, in xfs_inode_item_format_attr_fork()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h17 struct xfs_btree_block *if_broot; /* file's incore btree root */ member
H A Dxfs_attr_leaf.c760 dsize = xfs_bmap_bmdr_space(dp->i_df.if_broot); in xfs_attr_shortform_bytesfit()