Searched refs:ref_ci (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | refcounttree.h | 66 struct ocfs2_caching_info *ref_ci, 90 struct ocfs2_caching_info *ref_ci,
|
H A D | xattr.c | 2325 struct ocfs2_caching_info *ref_ci, in ocfs2_lock_xattr_remove_allocators() argument 2347 ret = ocfs2_refcounted_xattr_delete_need(inode, ref_ci, in ocfs2_lock_xattr_remove_allocators() 2367 struct ocfs2_caching_info *ref_ci, in ocfs2_remove_value_outside() argument 2389 ref_ci, ref_root_bh, in ocfs2_remove_value_outside() 2425 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_ibody_remove() argument 2442 ref_ci, ref_root_bh); in ocfs2_xattr_ibody_remove() 2448 struct ocfs2_caching_info *ref_ci; member 2454 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_block_remove() argument 2464 .ref_ci = ref_ci, in ocfs2_xattr_block_remove() 2472 ref_ci, ref_root_bh); in ocfs2_xattr_block_remove() [all …]
|
H A D | xattr.h | 77 struct ocfs2_caching_info *ref_ci,
|
H A D | refcounttree.c | 2840 struct ocfs2_caching_info *ref_ci, in ocfs2_lock_refcount_allocators() argument 2861 ret = ocfs2_calc_refcount_meta_credits(sb, ref_ci, ref_root_bh, in ocfs2_lock_refcount_allocators() 3187 struct ocfs2_caching_info *ref_ci = &context->ref_tree->rf_ci; in ocfs2_make_clusters_writable() local 3195 ref_ci, in ocfs2_make_clusters_writable() 3218 ret = ocfs2_get_refcount_rec(ref_ci, context->ref_root_bh, in ocfs2_make_clusters_writable() 3272 ret = __ocfs2_decrease_refcount(handle, ref_ci, in ocfs2_make_clusters_writable() 3510 struct ocfs2_caching_info *ref_ci, in ocfs2_refcounted_xattr_delete_need() argument 3534 ret = ocfs2_get_refcount_rec(ref_ci, ref_root_bh, in ocfs2_refcounted_xattr_delete_need() 3580 ocfs2_init_refcount_extent_tree(&et, ref_ci, ref_root_bh); in ocfs2_refcounted_xattr_delete_need() 3657 struct ocfs2_caching_info *ref_ci, in ocfs2_add_refcount_flag() argument [all …]
|