Home
last modified time | relevance | path

Searched refs:ocfs2_refcount_tree (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Drefcounttree.h20 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,
Drefcounttree.c56 struct ocfs2_refcount_tree *ref_tree;
74 static inline struct ocfs2_refcount_tree *
77 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount()
150 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner()
158 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super()
165 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock()
172 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock()
179 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock()
186 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock()
200 static struct ocfs2_refcount_tree *
[all …]
Ddlmglue.h155 struct ocfs2_refcount_tree;
156 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex);
157 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex);
Docfs2.h464 struct ocfs2_refcount_tree *osb_ref_tree_lru;
586 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
Dmove_extents.c233 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_defrag_extent()
576 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_move_extent()
Ddlmglue.c326 static inline struct ocfs2_refcount_tree *
329 return container_of(res, struct ocfs2_refcount_tree, rf_lockres); in ocfs2_lock_res_refcount_tree()
3796 struct ocfs2_refcount_tree *tree = in ocfs2_check_refcount_downconvert()
3805 struct ocfs2_refcount_tree *tree = in ocfs2_refcount_convert_worker()
3917 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_lock()
3938 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) in ocfs2_refcount_unlock()
Dxattr.c307 struct ocfs2_refcount_tree **ref_tree,
2547 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_remove()
3523 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_xattr_set()
5750 struct ocfs2_refcount_tree **ref_tree, in ocfs2_prepare_refcount_xattr()
7128 struct ocfs2_refcount_tree *ref_tree; in ocfs2_reflink_xattrs()
Dfile.c2054 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) || in ocfs2_check_range_for_refcount()
Dalloc.c5688 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_remove_btree_range()
7040 struct ocfs2_refcount_tree *ref_tree = NULL; in ocfs2_commit_truncate()