Symbol: ocfs2_refcount_tree
fs/ocfs2/alloc.c
5717
struct ocfs2_refcount_tree *ref_tree = NULL;
fs/ocfs2/alloc.c
7247
struct ocfs2_refcount_tree *ref_tree = NULL;
fs/ocfs2/dlmglue.c
320
static inline struct ocfs2_refcount_tree *
fs/ocfs2/dlmglue.c
323
return container_of(res, struct ocfs2_refcount_tree, rf_lockres);
fs/ocfs2/dlmglue.c
4151
struct ocfs2_refcount_tree *tree =
fs/ocfs2/dlmglue.c
4160
struct ocfs2_refcount_tree *tree =
fs/ocfs2/dlmglue.c
4272
int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex)
fs/ocfs2/dlmglue.c
4293
void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex)
fs/ocfs2/dlmglue.h
178
struct ocfs2_refcount_tree;
fs/ocfs2/dlmglue.h
179
int ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex);
fs/ocfs2/dlmglue.h
180
void ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex);
fs/ocfs2/file.c
2157
if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)) ||
fs/ocfs2/file.c
2715
if (!ocfs2_refcount_tree(osb))
fs/ocfs2/move_extents.c
209
struct ocfs2_refcount_tree *ref_tree = NULL;
fs/ocfs2/move_extents.c
581
struct ocfs2_refcount_tree *ref_tree = NULL;
fs/ocfs2/ocfs2.h
495
struct ocfs2_refcount_tree *osb_ref_tree_lru;
fs/ocfs2/refcounttree.c
143
struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
fs/ocfs2/refcounttree.c
151
struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
fs/ocfs2/refcounttree.c
159
struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
fs/ocfs2/refcounttree.c
167
struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
fs/ocfs2/refcounttree.c
174
struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
fs/ocfs2/refcounttree.c
181
struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci);
fs/ocfs2/refcounttree.c
195
static struct ocfs2_refcount_tree *
fs/ocfs2/refcounttree.c
199
struct ocfs2_refcount_tree *tree = NULL;
fs/ocfs2/refcounttree.c
202
tree = rb_entry(n, struct ocfs2_refcount_tree, rf_node);
fs/ocfs2/refcounttree.c
217
struct ocfs2_refcount_tree *new)
fs/ocfs2/refcounttree.c
222
struct ocfs2_refcount_tree *tmp;
fs/ocfs2/refcounttree.c
227
tmp = rb_entry(parent, struct ocfs2_refcount_tree,
fs/ocfs2/refcounttree.c
2290
struct ocfs2_refcount_tree *tree;
fs/ocfs2/refcounttree.c
2343
if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb))) {
fs/ocfs2/refcounttree.c
246
static void ocfs2_free_refcount_tree(struct ocfs2_refcount_tree *tree)
fs/ocfs2/refcounttree.c
2523
struct ocfs2_refcount_tree *tree;
fs/ocfs2/refcounttree.c
2526
if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb))) {
fs/ocfs2/refcounttree.c
256
struct ocfs2_refcount_tree *tree)
fs/ocfs2/refcounttree.c
264
struct ocfs2_refcount_tree *tree)
fs/ocfs2/refcounttree.c
273
struct ocfs2_refcount_tree *tree =
fs/ocfs2/refcounttree.c
274
container_of(kref, struct ocfs2_refcount_tree, rf_getcnt);
fs/ocfs2/refcounttree.c
280
ocfs2_refcount_tree_get(struct ocfs2_refcount_tree *tree)
fs/ocfs2/refcounttree.c
286
ocfs2_refcount_tree_put(struct ocfs2_refcount_tree *tree)
fs/ocfs2/refcounttree.c
291
static inline void ocfs2_init_refcount_tree_ci(struct ocfs2_refcount_tree *new,
fs/ocfs2/refcounttree.c
301
struct ocfs2_refcount_tree *new,
fs/ocfs2/refcounttree.c
309
static struct ocfs2_refcount_tree*
fs/ocfs2/refcounttree.c
312
struct ocfs2_refcount_tree *new;
fs/ocfs2/refcounttree.c
314
new = kzalloc_obj(struct ocfs2_refcount_tree, GFP_NOFS);
fs/ocfs2/refcounttree.c
326
struct ocfs2_refcount_tree **ret_tree)
fs/ocfs2/refcounttree.c
329
struct ocfs2_refcount_tree *tree, *new = NULL;
fs/ocfs2/refcounttree.c
3327
if (!ocfs2_refcount_tree(osb)) {
fs/ocfs2/refcounttree.c
3381
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.c
3587
struct ocfs2_refcount_tree *ref_tree,
fs/ocfs2/refcounttree.c
3765
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.c
4096
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.c
418
struct ocfs2_refcount_tree *tree, int rw)
fs/ocfs2/refcounttree.c
4243
if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)))
fs/ocfs2/refcounttree.c
4413
if (!ocfs2_refcount_tree(OCFS2_SB(inode->i_sb)))
fs/ocfs2/refcounttree.c
447
struct ocfs2_refcount_tree **ret_tree,
fs/ocfs2/refcounttree.c
4499
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.c
451
struct ocfs2_refcount_tree *tree = NULL;
fs/ocfs2/refcounttree.c
49
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.c
519
struct ocfs2_refcount_tree *tree, int rw)
fs/ocfs2/refcounttree.c
533
struct ocfs2_refcount_tree *tree;
fs/ocfs2/refcounttree.c
537
tree = rb_entry(node, struct ocfs2_refcount_tree, rf_node);
fs/ocfs2/refcounttree.c
562
struct ocfs2_refcount_tree *new_tree = NULL, *tree = NULL;
fs/ocfs2/refcounttree.c
67
static inline struct ocfs2_refcount_tree *
fs/ocfs2/refcounttree.c
70
return container_of(ci, struct ocfs2_refcount_tree, rf_ci);
fs/ocfs2/refcounttree.c
703
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.c
767
struct ocfs2_refcount_tree *ref_tree;
fs/ocfs2/refcounttree.h
28
struct ocfs2_refcount_tree **tree,
fs/ocfs2/refcounttree.h
31
struct ocfs2_refcount_tree *tree,
fs/ocfs2/refcounttree.h
73
struct ocfs2_refcount_tree *ref_tree,
fs/ocfs2/xattr.c
2597
struct ocfs2_refcount_tree *ref_tree = NULL;
fs/ocfs2/xattr.c
297
struct ocfs2_refcount_tree **ref_tree,
fs/ocfs2/xattr.c
3573
struct ocfs2_refcount_tree *ref_tree = NULL;
fs/ocfs2/xattr.c
5788
struct ocfs2_refcount_tree **ref_tree,
fs/ocfs2/xattr.c
7161
struct ocfs2_refcount_tree *ref_tree;