Searched refs:xlog_item_space (Results 1 – 6 of 6) sorted by relevance
82 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()
83 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()
82 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()
722 xlog_item_space( in xlog_item_space() function
88 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()
312 nbytes = xlog_item_space(niovecs, nbytes); in xlog_cil_alloc_shadow_bufs()