Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_item.c82 return xlog_item_space(1, xfs_bui_log_format_sizeof(nr)); in xfs_bui_log_space()
177 return xlog_item_space(1, sizeof(struct xfs_bud_log_format)); in xfs_bud_log_space()
H A Dxfs_refcount_item.c83 return xlog_item_space(1, xfs_cui_log_format_sizeof(nr)); in xfs_cui_log_space()
188 return xlog_item_space(1, sizeof(struct xfs_cud_log_format)); in xfs_cud_log_space()
H A Dxfs_rmap_item.c82 return xlog_item_space(1, xfs_rui_log_format_sizeof(nr)); in xfs_rui_log_space()
189 return xlog_item_space(1, sizeof(struct xfs_rud_log_format)); in xfs_rud_log_space()
H A Dxfs_log_priv.h722 xlog_item_space( in xlog_item_space() function
H A Dxfs_extfree_item.c88 return xlog_item_space(1, xfs_efi_log_format_sizeof(nr)); in xfs_efi_log_space()
266 return xlog_item_space(1, xfs_efd_log_format_sizeof(nr)); in xfs_efd_log_space()
H A Dxfs_log_cil.c312 nbytes = xlog_item_space(niovecs, nbytes); in xlog_cil_alloc_shadow_bufs()