Searched refs:xfs_btree_alloc_cursor (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 493 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bnobt_ops, in xfs_bnobt_init_cursor() 519 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_cntbt_ops, in xfs_cntbt_init_cursor()
|
D | xfs_btree_mem.c | 56 ncur = xfs_btree_alloc_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ops, in xfbtree_dup_cursor()
|
D | xfs_ialloc_btree.c | 485 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_inobt_ops, in xfs_inobt_init_cursor() 511 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_finobt_ops, in xfs_finobt_init_cursor()
|
D | xfs_rmap_btree.c | 540 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rmapbt_ops, in xfs_rmapbt_init_cursor() 652 cur = xfs_btree_alloc_cursor(pag_mount(pag), tp, &xfs_rmapbt_mem_ops, in xfs_rmapbt_mem_cursor()
|
D | xfs_rtrmap_btree.c | 535 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rtrmapbt_ops, in xfs_rtrmapbt_init_cursor() 641 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rtrmapbt_mem_ops, in xfs_rtrmapbt_mem_cursor()
|
D | xfs_refcount_btree.c | 366 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_refcountbt_ops, in xfs_refcountbt_init_cursor()
|
D | xfs_btree.h | 667 xfs_btree_alloc_cursor( in xfs_btree_alloc_cursor() function
|
D | xfs_rtrefcount_btree.c | 411 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rtrefcountbt_ops, in xfs_rtrefcountbt_init_cursor()
|
D | xfs_bmap_btree.c | 688 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | rcbag_btree.c | 220 cur = xfs_btree_alloc_cursor(mp, tp, &rcbagbt_mem_ops, in rcbagbt_mem_cursor()
|