Searched refs:xfbtree (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rcbag.c | 26 struct xfbtree xfbtree; member 46 error = rcbagbt_mem_init(mp, &bag->xfbtree, btp); in rcbag_init() 64 xfbtree_destroy(&bag->xfbtree); in rcbag_free() 82 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree); in rcbag_add() 116 error = xfbtree_trans_commit(&bag->xfbtree, tp); in rcbag_add() 125 xfbtree_trans_cancel(&bag->xfbtree, tp); in rcbag_add() 164 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree); in rcbag_next_edge() 222 cur = rcbagbt_mem_cursor(mp, tp, &bag->xfbtree); in rcbag_remove_ending_at() 258 return xfbtree_trans_commit(&bag->xfbtree, tp); in rcbag_remove_ending_at() 261 xfbtree_trans_cancel(&bag->xfbtree, tp); in rcbag_remove_ending_at() [all …]
|
| H A D | rcbag_btree.h | 65 struct xfs_trans *tp, struct xfbtree *xfbtree); 66 int rcbagbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
|
| H A D | rtrmap_repair.c | 80 struct xfbtree rtrmap_btree;
|
| H A D | rmap_repair.c | 138 struct xfbtree rmap_btree;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree_mem.h | 25 struct xfbtree { struct 45 static inline bool xfbtree_verify_bno(struct xfbtree *xfbt, xfbno_t bno) in xfbtree_verify_bno() argument 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 D | xfs_rmap_btree.h | 13 struct xfbtree; 68 struct xfs_trans *tp, struct xfbtree *xfbtree); 69 int xfs_rmapbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
|
| H A D | xfs_rtrmap_btree.h | 14 struct xfbtree; 206 struct xfs_trans *tp, struct xfbtree *xfbtree); 207 int xfs_rtrmapbt_mem_init(struct xfs_mount *mp, struct xfbtree *xfbtree,
|
| H A D | xfs_btree.h | 291 struct xfbtree *xfbtree; member
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 92 struct xfbtree; 5164 TP_PROTO(struct xfs_mount *mp, struct xfbtree *xfbt, 5196 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), 5228 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), \ 5235 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, 5259 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, \
|