Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Drefcounttree.h10 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,
H A Drefcounttree.c48 struct ocfs2_refcount_tree *ref_tree;
66 static inline struct ocfs2_refcount_tree *
69 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount()
142 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner()
150 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super()
158 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock()
166 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock()
173 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock()
180 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_unlock()
194 static struct ocfs2_refcount_tree *
[all...]
H A Ddlmglue.h178 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);
H A Docfs2.h480 struct ocfs2_refcount_tree *osb_ref_tree_lru;
615 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) in ocfs2_refcount_tree() function
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()
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()
H A Dxattr.c293 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()