Searched refs:xfbtree (Results 1 – 14 of 14) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree_mem.c | 32 cur->bc_mem.xfbtree->root = *ptr; in xfbtree_set_root() 33 cur->bc_mem.xfbtree->nlevels += inc; in xfbtree_set_root() 44 *ptr = cur->bc_mem.xfbtree->root; in xfbtree_init_ptr_from_cur() 60 ncur->bc_mem.xfbtree = cur->bc_mem.xfbtree; in xfbtree_dup_cursor() 69 struct xfbtree *xfbt) in xfbtree_destroy() 87 struct xfbtree *xfbt, in xfbtree_init_leaf_block() 116 struct xfbtree *xfbt, in xfbtree_init() 168 struct xfbtree *xfbt = cur->bc_mem.xfbtree; in xfbtree_alloc_block() 193 struct xfbtree *xfbt = cur->bc_mem.xfbtree; in xfbtree_free_block() 213 struct xfbtree *xfbt = cur->bc_mem.xfbtree; in xfbtree_get_minrecs() [all …]
|
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_rmap_btree.c | 648 struct xfbtree *xfbt) in xfs_rmapbt_mem_cursor() 654 cur->bc_mem.xfbtree = xfbt; in xfs_rmapbt_mem_cursor() 665 struct xfbtree *xfbt, in xfs_rmapbt_mem_init()
|
H A D | xfs_btree.h | 288 struct xfbtree *xfbtree; member
|
H A D | xfs_rtrmap_btree.c | 636 struct xfbtree *xfbt) in xfs_rtrmapbt_mem_cursor() 643 cur->bc_mem.xfbtree = xfbt; in xfs_rtrmapbt_mem_cursor() 653 struct xfbtree *xfbt, in xfs_rtrmapbt_mem_init()
|
H A D | xfs_btree.c | 205 struct xfs_buftarg *btp = cur->bc_mem.xfbtree->target; in __xfs_btree_check_memblock() 330 if (!xfbtree_verify_bno(cur->bc_mem.xfbtree, in __xfs_btree_check_ptr() 543 return cur->bc_mem.xfbtree->target; in xfs_btree_buftarg() 987 struct xfs_buftarg *btp = cur->bc_mem.xfbtree->target; in xfs_btree_readahead_memblock() 1306 return cur->bc_mem.xfbtree->owner; in xfs_btree_owner()
|
/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 | rcbag_btree.c | 216 struct xfbtree *xfbtree) in rcbagbt_mem_cursor() argument 223 cur->bc_mem.xfbtree = xfbtree; in rcbagbt_mem_cursor() 224 cur->bc_nlevels = xfbtree->nlevels; in rcbagbt_mem_cursor() 232 struct xfbtree *xfbt, in rcbagbt_mem_init()
|
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/ |
H A D | xfs_trace.h | 91 struct xfbtree; 4935 TP_PROTO(struct xfs_mount *mp, struct xfbtree *xfbt, 4967 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), 4999 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), \ 5006 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, 5030 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, \
|