Searched refs:xfs_btree_alloc_cursor (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/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 | 55 ncur = xfs_btree_alloc_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ops, in xfbtree_dup_cursor()
|
D | xfs_ialloc_btree.c | 484 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_inobt_ops, in xfs_inobt_init_cursor() 510 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_finobt_ops, in xfs_finobt_init_cursor()
|
D | xfs_rmap_btree.c | 539 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rmapbt_ops, in xfs_rmapbt_init_cursor() 652 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rmapbt_mem_ops, in xfs_rmapbt_mem_cursor()
|
D | xfs_refcount_btree.c | 367 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_refcountbt_ops, in xfs_refcountbt_init_cursor()
|
D | xfs_btree.h | 652 xfs_btree_alloc_cursor( in xfs_btree_alloc_cursor() function
|
D | xfs_bmap_btree.c | 577 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | rcbag_btree.c | 220 cur = xfs_btree_alloc_cursor(mp, tp, &rcbagbt_mem_ops, in rcbagbt_mem_cursor()
|