Searched refs:ocfs2_refcount_tree (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | refcounttree.h | 20 struct ocfs2_refcount_tree { struct 38 struct ocfs2_refcount_tree **tree, argument 41 struct ocfs2_refcount_tree *tree, 83 struct ocfs2_refcount_tree *ref_tree,
|
D | refcounttree.c | 57 struct ocfs2_refcount_tree *ref_tree; 75 static inline struct ocfs2_refcount_tree * 78 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount() 151 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() 159 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() 166 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() 173 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock() 180 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock() 187 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock() 201 static struct ocfs2_refcount_tree * [all …]
|
D | dlmglue.h | 196 struct ocfs2_refcount_tree; 197 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex); 198 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex);
|
D | ocfs2.h | 467 struct ocfs2_refcount_tree *osb_ref_tree_lru; 603 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
|
D | move_extents.c | 213 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent() 585 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent()
|
D | dlmglue.c | 334 static inline struct ocfs2_refcount_tree * 337 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree() 4106 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert() 4115 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker() 4227 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock() 4248 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
|
D | xattr.c | 307 struct ocfs2_refcount_tree **ref_tree, 2572 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_remove() 3548 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_set() 5772 struct ocfs2_refcount_tree **ref_tree, in ocfs2_prepare_refcount_xattr() 7150 struct ocfs2_refcount_tree *ref_tree; in ocfs2_reflink_xattrs()
|
D | file.c | 2148 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount()
|
D | alloc.c | 5723 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_remove_btree_range() 7215 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_commit_truncate()
|