Searched refs:ocfs2_refcount_tree (Results 1 – 9 of 9) sorted by relevance
| /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 | 48 struct ocfs2_refcount_tree *ref_tree; 194 static struct ocfs2_refcount_tree * 221 struct ocfs2_refcount_tree *tmp; in ocfs2_insert_refcount_tree() 272 struct ocfs2_refcount_tree *tree = in ocfs2_kref_remove_refcount_tree() 300 struct ocfs2_refcount_tree *new, in ocfs2_init_refcount_tree_lock() 308 static struct ocfs2_refcount_tree* 311 struct ocfs2_refcount_tree *new; in ocfs2_allocate_refcount_tree() 532 struct ocfs2_refcount_tree *tree; in ocfs2_purge_refcount_trees() 2289 struct ocfs2_refcount_tree *tree; in ocfs2_decrease_refcount() 2522 struct ocfs2_refcount_tree *tree; in ocfs2_prepare_refcount_change_for_del() [all …]
|
| A D | dlmglue.h | 178 struct ocfs2_refcount_tree; 179 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex); 180 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex);
|
| A D | ocfs2.h | 495 struct ocfs2_refcount_tree *osb_ref_tree_lru; 630 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 | 320 static inline struct ocfs2_refcount_tree * 323 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree() 4151 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert() 4160 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker() 4272 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock() 4293 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
|
| A D | file.c | 2150 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount() 2708 if (!ocfs2_refcount_tree(osb)) in ocfs2_remap_file_range()
|
| A D | xattr.c | 293 struct ocfs2_refcount_tree **ref_tree, 2566 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_remove() 3542 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_set() 5757 struct ocfs2_refcount_tree **ref_tree, in ocfs2_prepare_refcount_xattr() 7126 struct ocfs2_refcount_tree *ref_tree; in ocfs2_reflink_xattrs()
|
| A D | alloc.c | 5717 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_remove_btree_range() 7246 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_commit_truncate()
|
Completed in 53 milliseconds