Searched refs:ocfs2_refcount_tree (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | refcounttree.h | 12 struct ocfs2_refcount_tree { struct 30 struct ocfs2_refcount_tree **tree, argument 33 struct ocfs2_refcount_tree *tree, 75 struct ocfs2_refcount_tree *ref_tree,
|
D | refcounttree.c | 49 struct ocfs2_refcount_tree *ref_tree; 67 static inline struct ocfs2_refcount_tree * 70 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount() 143 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() 151 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() 159 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() 167 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock() 174 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock() 181 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock() 195 static struct ocfs2_refcount_tree * [all …]
|
D | dlmglue.h | 182 struct ocfs2_refcount_tree; 183 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex); 184 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex);
|
D | ocfs2.h | 455 struct ocfs2_refcount_tree *osb_ref_tree_lru; 591 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
|
D | move_extents.c | 215 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent() 586 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent()
|
D | dlmglue.c | 320 static inline struct ocfs2_refcount_tree * 323 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree() 4132 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert() 4141 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker() 4253 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock() 4274 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
|
D | file.c | 2134 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount() 2651 if (!ocfs2_refcount_tree(osb)) in ocfs2_remap_file_range()
|
D | xattr.c | 299 struct ocfs2_refcount_tree **ref_tree, 2564 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_remove() 3540 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_set() 5764 struct ocfs2_refcount_tree **ref_tree, in ocfs2_prepare_refcount_xattr() 7142 struct ocfs2_refcount_tree *ref_tree; in ocfs2_reflink_xattrs()
|
D | alloc.c | 5704 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_remove_btree_range() 7214 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_commit_truncate()
|