Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode_item.c251 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size()
252 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
292 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size()
293 *nbytes += ip->i_af.if_broot_bytes; in xfs_inode_item_attr_fork_size()
374 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork()
378 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork()
379 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork()
452 ip->i_af.if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork()
457 ip->i_af.if_broot_bytes); in xfs_inode_item_format_attr_fork()
458 ilf->ilf_asize = ip->i_af.if_broot_bytes; in xfs_inode_item_format_attr_fork()
H A Dxfs_inode.c1398 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
H A Dxfs_trace.h2590 __entry->broot_size = ip->i_df.if_broot_bytes;
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h23 short if_broot_bytes; /* bytes allocated for root */ member