Searched refs:xfbtree (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_mem.h25 struct xfbtree { struct
45 static inline bool xfbtree_verify_bno(struct xfbtree *xfbt, xfbno_t bno)
65 int xfbtree_init(struct xfs_mount *mp, struct xfbtree *xfbt,
67 void xfbtree_destroy(struct xfbtree *xfbt);
69 int xfbtree_trans_commit(struct xfbtree *xfbt, struct xfs_trans *tp);
70 void xfbtree_trans_cancel(struct xfbtree *xfbt, struct xfs_trans *tp);
H A Dxfs_rmap_btree.h13 struct xfbtree;
67 struct xfs_trans *tp, struct xfbtree *xfbtree);
68 int xfs_rmapbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
H A Dxfs_btree_mem.c31 cur->bc_mem.xfbtree->root = *ptr;
32 cur->bc_mem.xfbtree->nlevels += inc;
43 *ptr = cur->bc_mem.xfbtree->root;
59 ncur->bc_mem.xfbtree = cur->bc_mem.xfbtree;
70 struct xfbtree *xfbt)
88 struct xfbtree *xfbt,
117 struct xfbtree *xfbt,
169 struct xfbtree *xfbt = cur->bc_mem.xfbtree;
[all...]
H A Dxfs_rmap_btree.c642 struct xfbtree *xfbt)
649 cur->bc_mem.xfbtree = xfbt;
660 struct xfbtree *xfbt,
H A Dxfs_btree.h286 struct xfbtree *xfbtree; member in struct:xfs_btree_cur::__anon1028::__anon1031
H A Dxfs_btree.c199 struct xfs_buftarg *btp = cur->bc_mem.xfbtree->target;
324 if (!xfbtree_verify_bno(cur->bc_mem.xfbtree,
549 return cur->bc_mem.xfbtree->target;
993 struct xfs_buftarg *btp = cur->bc_mem.xfbtree->target;
1312 return cur->bc_mem.xfbtree->owner;
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.h65 struct xfs_trans *tp, struct xfbtree *xfbtree);
66 int rcbagbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
H A Drcbag.c26 struct xfbtree xfbtree; member in struct:rcbag
46 error = rcbagbt_mem_init(mp, &bag->xfbtree, btp);
64 xfbtree_destroy(&bag->xfbtree);
82 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
116 error = xfbtree_trans_commit(&bag->xfbtree, tp);
125 xfbtree_trans_cancel(&bag->xfbtree, tp);
164 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
222 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree);
258 return xfbtree_trans_commit(&bag->xfbtree, t
[all...]
H A Drcbag_btree.c216 struct xfbtree *xfbtree)
223 cur->bc_mem.xfbtree = xfbtree;
224 cur->bc_nlevels = xfbtree->nlevels;
232 struct xfbtree *xfbt,
213 rcbagbt_mem_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfbtree *xfbtree) argument
H A Drmap_repair.c131 /* lock for the xfbtree and xfile */
135 struct xfbtree rmap_btree;
/linux-master/fs/xfs/
H A Dxfs_trace.h82 struct xfbtree;
4671 TP_PROTO(struct xfs_mount *mp, struct xfbtree *xfbt,
4703 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp),
4735 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), \
4742 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur,
4766 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, \

Completed in 261 milliseconds