Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_inode_item.c353 size_t data_bytes; in xfs_inode_item_format_data_fork() local
368 data_bytes = xfs_iextents_copy(ip, p, XFS_DATA_FORK); in xfs_inode_item_format_data_fork()
369 xlog_finish_iovec(lv, *vecp, data_bytes); in xfs_inode_item_format_data_fork()
371 ASSERT(data_bytes <= ip->i_df.if_bytes); in xfs_inode_item_format_data_fork()
373 ilf->ilf_dsize = data_bytes; in xfs_inode_item_format_data_fork()
433 size_t data_bytes; in xfs_inode_item_format_attr_fork() local
449 data_bytes = xfs_iextents_copy(ip, p, XFS_ATTR_FORK); in xfs_inode_item_format_attr_fork()
450 xlog_finish_iovec(lv, *vecp, data_bytes); in xfs_inode_item_format_attr_fork()
452 ilf->ilf_asize = data_bytes; in xfs_inode_item_format_attr_fork()
/fs/bcachefs/
A Dbtree_io.h56 unsigned data_bytes; member
A Dbtree_io.c2186 wbio->data_bytes, in btree_node_write_work()
2543 wbio->data_bytes = bytes; in __bch2_btree_node_write()

Completed in 11 milliseconds