Lines Matching refs:nbytes
34 int *nbytes) in xfs_inode_item_data_fork_size() argument
44 *nbytes += XFS_IFORK_DSIZE(ip); in xfs_inode_item_data_fork_size()
51 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
58 *nbytes += roundup(ip->i_df.if_bytes, 4); in xfs_inode_item_data_fork_size()
75 int *nbytes) in xfs_inode_item_attr_fork_size() argument
85 *nbytes += XFS_IFORK_ASIZE(ip); in xfs_inode_item_attr_fork_size()
92 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size()
99 *nbytes += roundup(ip->i_afp->if_bytes, 4); in xfs_inode_item_attr_fork_size()
120 int *nbytes) in xfs_inode_item_size() argument
126 *nbytes += sizeof(struct xfs_inode_log_format) + in xfs_inode_item_size()
129 xfs_inode_item_data_fork_size(iip, nvecs, nbytes); in xfs_inode_item_size()
131 xfs_inode_item_attr_fork_size(iip, nvecs, nbytes); in xfs_inode_item_size()