Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D31361 ref_blocks=4
66 total_data_clusters=$(( ${data_clusters_per_refblock} * ${ref_blocks} + 1 - 3 ))
/openbmc/linux/fs/ocfs2/
H A Drefcounttree.c2377 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local
2405 ref_blocks++; in ocfs2_calc_refcount_meta_credits()
2467 ref_blocks++; in ocfs2_calc_refcount_meta_credits()
2472 if (!ref_blocks) in ocfs2_calc_refcount_meta_credits()
2475 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2476 *credits += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2525 int *ref_blocks) in ocfs2_prepare_refcount_change_for_del() argument
2558 ref_blocks, credits); in ocfs2_prepare_refcount_change_for_del()
2564 trace_ocfs2_prepare_refcount_change_for_del(*ref_blocks, *credits); in ocfs2_prepare_refcount_change_for_del()
3515 int ret = 0, index, ref_blocks = 0; in ocfs2_refcounted_xattr_delete_need() local
[all …]
H A Drefcounttree.h44 int *ref_blocks);