Searched refs:ref_credits (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | xattr.c | 2309 int *ref_credits) in ocfs2_lock_xattr_remove_allocators() argument 2315 *ref_credits = 0; in ocfs2_lock_xattr_remove_allocators() 2330 &meta_add, ref_credits); in ocfs2_lock_xattr_remove_allocators() 2351 int ret = 0, i, ref_credits; in ocfs2_remove_value_outside() local 2372 &ref_credits); in ocfs2_remove_value_outside() 2374 ctxt.handle = ocfs2_start_trans(osb, ref_credits + in ocfs2_remove_value_outside() 3519 int ret, credits, ref_meta = 0, ref_credits = 0; in ocfs2_xattr_set() local 3594 &ref_meta, &ref_credits); in ocfs2_xattr_set() 3622 ctxt.handle = ocfs2_start_trans(osb, credits + ref_credits); in ocfs2_xattr_set() 5643 int ret = 0, ref_credits; in ocfs2_delete_xattr_in_bucket() local [all …]
|