Searched refs:ocfs2_refcount_tree (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/ocfs2/ |
A D | refcounttree.h | 10 struct ocfs2_refcount_tree { struct 28 struct ocfs2_refcount_tree **tree, argument 31 struct ocfs2_refcount_tree *tree, 73 struct ocfs2_refcount_tree *ref_tree,
|
A D | refcounttree.c | 47 struct ocfs2_refcount_tree *ref_tree; 193 static struct ocfs2_refcount_tree * 220 struct ocfs2_refcount_tree *tmp; in ocfs2_insert_refcount_tree() 271 struct ocfs2_refcount_tree *tree = in ocfs2_kref_remove_refcount_tree() 299 struct ocfs2_refcount_tree *new, in ocfs2_init_refcount_tree_lock() 307 static struct ocfs2_refcount_tree* 310 struct ocfs2_refcount_tree *new; in ocfs2_allocate_refcount_tree() 531 struct ocfs2_refcount_tree *tree; in ocfs2_purge_refcount_trees() 2295 struct ocfs2_refcount_tree *tree; in ocfs2_decrease_refcount() 2528 struct ocfs2_refcount_tree *tree; in ocfs2_prepare_refcount_change_for_del() [all …]
|
A D | dlmglue.h | 180 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);
|
A D | ocfs2.h | 453 struct ocfs2_refcount_tree *osb_ref_tree_lru; 588 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
|
A D | move_extents.c | 203 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent() 575 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent()
|
A D | dlmglue.c | 319 static inline struct ocfs2_refcount_tree * 322 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree() 4152 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert() 4161 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker() 4273 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock() 4294 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
|
A D | file.c | 2131 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount() 2648 if (!ocfs2_refcount_tree(osb)) in ocfs2_remap_file_range()
|
A D | xattr.c | 297 struct ocfs2_refcount_tree **ref_tree, 2562 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_remove() 3538 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_set() 5762 struct ocfs2_refcount_tree **ref_tree, in ocfs2_prepare_refcount_xattr() 7140 struct ocfs2_refcount_tree *ref_tree; in ocfs2_reflink_xattrs()
|
A D | alloc.c | 5702 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 53 milliseconds