Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode_item.c157 size_t data_bytes; in xfs_inode_item_format_data_fork() local
172 data_bytes = xfs_iextents_copy(ip, p, XFS_DATA_FORK); in xfs_inode_item_format_data_fork()
173 xlog_finish_iovec(lv, *vecp, data_bytes); in xfs_inode_item_format_data_fork()
175 ASSERT(data_bytes <= ip->i_df.if_bytes); in xfs_inode_item_format_data_fork()
177 ilf->ilf_dsize = data_bytes; in xfs_inode_item_format_data_fork()
211 data_bytes = roundup(ip->i_df.if_bytes, 4); in xfs_inode_item_format_data_fork()
215 ip->i_df.if_u1.if_data, data_bytes); in xfs_inode_item_format_data_fork()
216 ilf->ilf_dsize = (unsigned)data_bytes; in xfs_inode_item_format_data_fork()
242 size_t data_bytes; in xfs_inode_item_format_attr_fork() local
258 data_bytes = xfs_iextents_copy(ip, p, XFS_ATTR_FORK); in xfs_inode_item_format_attr_fork()
[all …]