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

/linux-master/fs/ocfs2/
H A Drefcounttree.h10 struct ocfs2_refcount_tree { struct
28 struct ocfs2_refcount_tree **tree,
31 struct ocfs2_refcount_tree *tree,
73 struct ocfs2_refcount_tree *ref_tree,
H A Drefcounttree.c47 struct ocfs2_refcount_tree *ref_tree;
65 static inline struct ocfs2_refcount_tree *
68 return container_of(ci, struct ocfs2_refcount_tree, rf_ci);
141 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
149 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
157 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
165 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
172 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
179 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
193 static struct ocfs2_refcount_tree *
[all...]
H A Ddlmglue.h180 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);
H A Docfs2.h453 struct ocfs2_refcount_tree *osb_ref_tree_lru;
588 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) function
H A Dmove_extents.c203 struct ocfs2_refcount_tree *ref_tree = NULL;
575 struct ocfs2_refcount_tree *ref_tree = NULL;
H A Ddlmglue.c319 static inline struct ocfs2_refcount_tree *
322 return container_of(res, struct ocfs2_refcount_tree, rf_lockres);
4154 struct ocfs2_refcount_tree *tree =
4163 struct ocfs2_refcount_tree *tree =
4275 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex)
4296 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex)
H A Dfile.c2136 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) ||
2690 if (!ocfs2_refcount_tree(osb))
H A Dxattr.c293 struct ocfs2_refcount_tree **ref_tree,
2558 struct ocfs2_refcount_tree *ref_tree = NULL;
3534 struct ocfs2_refcount_tree *ref_tree = NULL;
5758 struct ocfs2_refcount_tree **ref_tree,
7136 struct ocfs2_refcount_tree *ref_tree;
H A Dalloc.c5709 struct ocfs2_refcount_tree *ref_tree = NULL;
7226 struct ocfs2_refcount_tree *ref_tree = NULL;

Completed in 244 milliseconds