Symbol: xfbtree
fs/xfs/libxfs/xfs_btree.c
1306
return cur->bc_mem.xfbtree->owner;
fs/xfs/libxfs/xfs_btree.c
205
struct xfs_buftarg *btp = cur->bc_mem.xfbtree->target;
fs/xfs/libxfs/xfs_btree.c
330
if (!xfbtree_verify_bno(cur->bc_mem.xfbtree,
fs/xfs/libxfs/xfs_btree.c
543
return cur->bc_mem.xfbtree->target;
fs/xfs/libxfs/xfs_btree.c
987
struct xfs_buftarg *btp = cur->bc_mem.xfbtree->target;
fs/xfs/libxfs/xfs_btree.h
291
struct xfbtree *xfbtree;
fs/xfs/libxfs/xfs_btree_mem.c
116
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_btree_mem.c
168
struct xfbtree *xfbt = cur->bc_mem.xfbtree;
fs/xfs/libxfs/xfs_btree_mem.c
193
struct xfbtree *xfbt = cur->bc_mem.xfbtree;
fs/xfs/libxfs/xfs_btree_mem.c
213
struct xfbtree *xfbt = cur->bc_mem.xfbtree;
fs/xfs/libxfs/xfs_btree_mem.c
224
struct xfbtree *xfbt = cur->bc_mem.xfbtree;
fs/xfs/libxfs/xfs_btree_mem.c
232
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_btree_mem.c
268
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_btree_mem.c
319
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_btree_mem.c
32
cur->bc_mem.xfbtree->root = *ptr;
fs/xfs/libxfs/xfs_btree_mem.c
33
cur->bc_mem.xfbtree->nlevels += inc;
fs/xfs/libxfs/xfs_btree_mem.c
44
*ptr = cur->bc_mem.xfbtree->root;
fs/xfs/libxfs/xfs_btree_mem.c
60
ncur->bc_mem.xfbtree = cur->bc_mem.xfbtree;
fs/xfs/libxfs/xfs_btree_mem.c
69
struct xfbtree *xfbt)
fs/xfs/libxfs/xfs_btree_mem.c
87
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_btree_mem.h
45
static inline bool xfbtree_verify_bno(struct xfbtree *xfbt, xfbno_t bno)
fs/xfs/libxfs/xfs_btree_mem.h
65
int xfbtree_init(struct xfs_mount *mp, struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_btree_mem.h
67
void xfbtree_destroy(struct xfbtree *xfbt);
fs/xfs/libxfs/xfs_btree_mem.h
69
int xfbtree_trans_commit(struct xfbtree *xfbt, struct xfs_trans *tp);
fs/xfs/libxfs/xfs_btree_mem.h
70
void xfbtree_trans_cancel(struct xfbtree *xfbt, struct xfs_trans *tp);
fs/xfs/libxfs/xfs_rmap_btree.c
627
struct xfbtree *xfbt)
fs/xfs/libxfs/xfs_rmap_btree.c
633
cur->bc_mem.xfbtree = xfbt;
fs/xfs/libxfs/xfs_rmap_btree.c
644
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_rmap_btree.h
13
struct xfbtree;
fs/xfs/libxfs/xfs_rmap_btree.h
68
struct xfs_trans *tp, struct xfbtree *xfbtree);
fs/xfs/libxfs/xfs_rmap_btree.h
69
int xfs_rmapbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
fs/xfs/libxfs/xfs_rtrmap_btree.c
615
struct xfbtree *xfbt)
fs/xfs/libxfs/xfs_rtrmap_btree.c
622
cur->bc_mem.xfbtree = xfbt;
fs/xfs/libxfs/xfs_rtrmap_btree.c
632
struct xfbtree *xfbt,
fs/xfs/libxfs/xfs_rtrmap_btree.h
14
struct xfbtree;
fs/xfs/libxfs/xfs_rtrmap_btree.h
206
struct xfs_trans *tp, struct xfbtree *xfbtree);
fs/xfs/libxfs/xfs_rtrmap_btree.h
207
int xfs_rtrmapbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
fs/xfs/scrub/rcbag.c
116
error = xfbtree_trans_commit(&bag->xfbtree, tp);
fs/xfs/scrub/rcbag.c
125
xfbtree_trans_cancel(&bag->xfbtree, tp);
fs/xfs/scrub/rcbag.c
164
cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
fs/xfs/scrub/rcbag.c
222
cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
fs/xfs/scrub/rcbag.c
258
return xfbtree_trans_commit(&bag->xfbtree, tp);
fs/xfs/scrub/rcbag.c
26
struct xfbtree xfbtree;
fs/xfs/scrub/rcbag.c
261
xfbtree_trans_cancel(&bag->xfbtree, tp);
fs/xfs/scrub/rcbag.c
278
cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
fs/xfs/scrub/rcbag.c
46
error = rcbagbt_mem_init(mp, &bag->xfbtree, btp);
fs/xfs/scrub/rcbag.c
64
xfbtree_destroy(&bag->xfbtree);
fs/xfs/scrub/rcbag.c
82
cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
fs/xfs/scrub/rcbag_btree.c
198
struct xfbtree *xfbtree)
fs/xfs/scrub/rcbag_btree.c
205
cur->bc_mem.xfbtree = xfbtree;
fs/xfs/scrub/rcbag_btree.c
206
cur->bc_nlevels = xfbtree->nlevels;
fs/xfs/scrub/rcbag_btree.c
214
struct xfbtree *xfbt,
fs/xfs/scrub/rcbag_btree.h
65
struct xfs_trans *tp, struct xfbtree *xfbtree);
fs/xfs/scrub/rcbag_btree.h
66
int rcbagbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
fs/xfs/scrub/rmap_repair.c
138
struct xfbtree rmap_btree;
fs/xfs/scrub/rtrmap_repair.c
80
struct xfbtree rtrmap_btree;
fs/xfs/xfs_trace.h
5162
TP_PROTO(struct xfs_mount *mp, struct xfbtree *xfbt,
fs/xfs/xfs_trace.h
5194
TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp),
fs/xfs/xfs_trace.h
5226
TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), \
fs/xfs/xfs_trace.h
5233
TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur,
fs/xfs/xfs_trace.h
5257
TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, \
fs/xfs/xfs_trace.h
92
struct xfbtree;