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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.h20 struct ocfs2_refcount_tree { struct
38 struct ocfs2_refcount_tree **tree,
41 struct ocfs2_refcount_tree *tree,
82 struct ocfs2_refcount_tree *ref_tree,
H A 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);
H A Drefcounttree.c55 struct ocfs2_refcount_tree *ref_tree;
73 static inline struct ocfs2_refcount_tree *
76 return container_of(ci, struct ocfs2_refcount_tree, rf_ci);
152 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
160 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
167 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
174 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
181 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
188 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
202 static struct ocfs2_refcount_tree *
[all...]
H A Docfs2.h427 struct ocfs2_refcount_tree *osb_ref_tree_lru;
539 static inline int ocfs2_refcount_tree(struct ocfs2_super *osb) function
H A Ddlmglue.c326 static inline struct ocfs2_refcount_tree *
329 return container_of(res, struct ocfs2_refcount_tree, rf_lockres);
3796 struct ocfs2_refcount_tree *tree =
3805 struct ocfs2_refcount_tree *tree =
3926 int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex)
3947 void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex)
H A Dxattr.c307 struct ocfs2_refcount_tree **ref_tree,
2540 struct ocfs2_refcount_tree *ref_tree = NULL;
3514 struct ocfs2_refcount_tree *ref_tree = NULL;
5742 struct ocfs2_refcount_tree **ref_tree,
7108 struct ocfs2_refcount_tree *ref_tree;
H A Dfile.c2024 if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) ||
H A Dalloc.c5613 struct ocfs2_refcount_tree *ref_tree = NULL;

Completed in 144 milliseconds