Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Drefcounttree.c2393 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local
2421 ref_blocks++; in ocfs2_calc_refcount_meta_credits()
2483 ref_blocks++; in ocfs2_calc_refcount_meta_credits()
2488 if (!ref_blocks) in ocfs2_calc_refcount_meta_credits()
2491 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2492 *credits += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2541 int *ref_blocks) in ocfs2_prepare_refcount_change_for_del() argument
2577 ref_blocks, credits); in ocfs2_prepare_refcount_change_for_del()
2583 trace_ocfs2_prepare_refcount_change_for_del(*ref_blocks, *credits); in ocfs2_prepare_refcount_change_for_del()
3562 int ret = 0, index, ref_blocks = 0; in ocfs2_refcounted_xattr_delete_need() local
[all …]
Drefcounttree.h54 int *ref_blocks);