Lines Matching refs:nbytes
44 int *nbytes) in xfs_inode_item_data_fork_size() argument
54 *nbytes += XFS_IFORK_DSIZE(ip); in xfs_inode_item_data_fork_size()
61 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
68 *nbytes += roundup(ip->i_df.if_bytes, 4); in xfs_inode_item_data_fork_size()
86 int *nbytes) in xfs_inode_item_attr_fork_size() argument
96 *nbytes += XFS_IFORK_ASIZE(ip); in xfs_inode_item_attr_fork_size()
103 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size()
110 *nbytes += roundup(ip->i_afp->if_bytes, 4); in xfs_inode_item_attr_fork_size()
131 int *nbytes) in xfs_inode_item_size() argument
137 *nbytes += sizeof(struct xfs_inode_log_format) + in xfs_inode_item_size()
140 xfs_inode_item_data_fork_size(iip, nvecs, nbytes); in xfs_inode_item_size()
142 xfs_inode_item_attr_fork_size(iip, nvecs, nbytes); in xfs_inode_item_size()