Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Drefcounttree.c2398 ref_blocks++; in ocfs2_calc_refcount_meta_credits()
2460 ref_blocks++; in ocfs2_calc_refcount_meta_credits()
2465 if (!ref_blocks) in ocfs2_calc_refcount_meta_credits()
2468 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2469 *credits += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2518 int *ref_blocks) in ocfs2_prepare_refcount_change_for_del() argument
3546 ref_blocks++; in ocfs2_refcounted_xattr_delete_need()
3560 *meta_add += ref_blocks; in ocfs2_refcounted_xattr_delete_need()
3561 if (!ref_blocks) in ocfs2_refcounted_xattr_delete_need()
3673 if (ref_blocks) { in ocfs2_add_refcount_flag()
[all …]
H A Drefcounttree.h44 int *ref_blocks);
/linux-6.15/drivers/md/dm-vdo/
H A Dencodings.c699 block_count_t ref_blocks, meta_blocks, data_blocks; in vdo_configure_slab() local
711 ref_blocks = vdo_get_saved_reference_count_size(slab_size - slab_journal_blocks); in vdo_configure_slab()
712 meta_blocks = (ref_blocks + slab_journal_blocks); in vdo_configure_slab()
743 .reference_count_blocks = ref_blocks, in vdo_configure_slab()