Searched refs:ref_ci (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.h | 76 struct ocfs2_caching_info *ref_ci, 100 struct ocfs2_caching_info *ref_ci,
|
D | xattr.h | 87 struct ocfs2_caching_info *ref_ci,
|
D | xattr.c | 2306 struct ocfs2_caching_info *ref_ci, in ocfs2_lock_xattr_remove_allocators() argument 2328 ret = ocfs2_refcounted_xattr_delete_need(inode, ref_ci, in ocfs2_lock_xattr_remove_allocators() 2348 struct ocfs2_caching_info *ref_ci, in ocfs2_remove_value_outside() argument 2370 ref_ci, ref_root_bh, in ocfs2_remove_value_outside() 2406 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_ibody_remove() argument 2423 ref_ci, ref_root_bh); in ocfs2_xattr_ibody_remove() 2429 struct ocfs2_caching_info *ref_ci; member 2435 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_block_remove() argument 2445 .ref_ci = ref_ci, in ocfs2_xattr_block_remove() 2453 ref_ci, ref_root_bh); in ocfs2_xattr_block_remove() [all …]
|
D | refcounttree.c | 2849 struct ocfs2_caching_info *ref_ci, in ocfs2_lock_refcount_allocators() argument 2870 ret = ocfs2_calc_refcount_meta_credits(sb, ref_ci, ref_root_bh, in ocfs2_lock_refcount_allocators() 3215 struct ocfs2_caching_info *ref_ci = &context->ref_tree->rf_ci; in ocfs2_make_clusters_writable() local 3223 ref_ci, in ocfs2_make_clusters_writable() 3246 ret = ocfs2_get_refcount_rec(ref_ci, context->ref_root_bh, in ocfs2_make_clusters_writable() 3300 ret = __ocfs2_decrease_refcount(handle, ref_ci, in ocfs2_make_clusters_writable() 3539 struct ocfs2_caching_info *ref_ci, in ocfs2_refcounted_xattr_delete_need() argument 3563 ret = ocfs2_get_refcount_rec(ref_ci, ref_root_bh, in ocfs2_refcounted_xattr_delete_need() 3609 ocfs2_init_refcount_extent_tree(&et, ref_ci, ref_root_bh); in ocfs2_refcounted_xattr_delete_need() 3687 struct ocfs2_caching_info *ref_ci, in ocfs2_add_refcount_flag() argument [all …]
|