Home
last modified time | relevance | path

Searched refs:ocfs2_refcount_tree (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.h12 struct ocfs2_refcount_tree { struct
30 struct ocfs2_refcount_tree **tree,
33 struct ocfs2_refcount_tree *tree,
75 struct ocfs2_refcount_tree *ref_tree,
H A Drefcounttree.c49 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);
167 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
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...]
H A Ddlmglue.h182 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);
H A Docfs2.h455 struct ocfs2_refcount_tree *osb_ref_tree_lru;
591 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
H A Dmove_extents.c205 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent()
577 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent()
H A Ddlmglue.c320 static inline struct ocfs2_refcount_tree *
323 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree()
4134 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert()
4143 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker()
4255 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock()
4276 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
H A Dfile.c2140 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount()
2657 if (!ocfs2_refcount_tree(osb)) in ocfs2_remap_file_range()
H A Dxattr.c299 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()
H A Dalloc.c5704 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_remove_btree_range()
7214 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_commit_truncate()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.h10 struct ocfs2_refcount_tree { struct
28 struct ocfs2_refcount_tree **tree,
31 struct ocfs2_refcount_tree *tree,
73 struct ocfs2_refcount_tree *ref_tree,
H A Drefcounttree.c47 struct ocfs2_refcount_tree *ref_tree;
65 static inline struct ocfs2_refcount_tree *
68 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount()
141 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner()
149 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super()
157 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
165 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
172 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock()
179 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock()
193 static struct ocfs2_refcount_tree *
[all...]
H A Ddlmglue.h180 struct ocfs2_refcount_tree;
181 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex);
182 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex);
H A Docfs2.h453 struct ocfs2_refcount_tree *osb_ref_tree_lru;
588 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
H A Dmove_extents.c203 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent()
575 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent()
H A Ddlmglue.c319 static inline struct ocfs2_refcount_tree *
322 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree()
4155 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert()
4164 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker()
4276 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock()
4297 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
H A Dfile.c2134 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount()
2688 if (!ocfs2_refcount_tree(osb)) in ocfs2_remap_file_range()
H A Dxattr.c293 struct ocfs2_refcount_tree **ref_tree,
2558 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_remove()
3534 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_set()
5758 struct ocfs2_refcount_tree **ref_tree, in ocfs2_prepare_refcount_xattr()
7136 struct ocfs2_refcount_tree *ref_tree; in ocfs2_reflink_xattrs()
H A Dalloc.c5702 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_remove_btree_range()
7219 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_commit_truncate()

Completed in 66 milliseconds