Lines Matching defs:nbytes
49 int *nbytes)
59 *nbytes += XFS_IFORK_DSIZE(ip);
66 *nbytes += ip->i_df.if_broot_bytes;
73 *nbytes += roundup(ip->i_df.if_bytes, 4);
90 int *nbytes)
100 *nbytes += XFS_IFORK_ASIZE(ip);
107 *nbytes += ip->i_afp->if_broot_bytes;
114 *nbytes += roundup(ip->i_afp->if_bytes, 4);
135 int *nbytes)
141 *nbytes += sizeof(struct xfs_inode_log_format) +
144 xfs_inode_item_data_fork_size(iip, nvecs, nbytes);
146 xfs_inode_item_attr_fork_size(iip, nvecs, nbytes);