Home
last modified time | relevance | path

Searched refs:if_broot_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.c59 return xfs_rtrefcountbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrefcountbt_get_minrecs()
74 return xfs_rtrefcountbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrefcountbt_get_maxrecs()
311 unsigned int old_size = ifp->if_broot_bytes; in xfs_rtrefcountbt_broot_realloc()
723 ASSERT(ifp->if_broot_bytes > 0); in xfs_iflush_rtrefcount()
727 ifp->if_broot_bytes, dfp, in xfs_iflush_rtrefcount()
746 ASSERT(ifp->if_broot_bytes == 0); in xfs_rtrefcountbt_create()
H A Dxfs_inode_fork.h23 short if_broot_bytes; /* bytes allocated for root */ member
/linux/fs/xfs/
H A Dxfs_inode.c1392 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
H A Dxfs_trace.h2592 __entry->broot_size = ip->i_df.if_broot_bytes;