Home
last modified time | relevance | path

Searched refs:xfs_btree_alloc_cursor (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc_btree.c493 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()
Dxfs_btree_mem.c55 ncur = xfs_btree_alloc_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ops, in xfbtree_dup_cursor()
Dxfs_ialloc_btree.c484 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()
Dxfs_rmap_btree.c539 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()
Dxfs_refcount_btree.c367 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_refcountbt_ops, in xfs_refcountbt_init_cursor()
Dxfs_btree.h652 xfs_btree_alloc_cursor( in xfs_btree_alloc_cursor() function
Dxfs_bmap_btree.c577 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
/linux-6.12.1/fs/xfs/scrub/
Drcbag_btree.c220 cur = xfs_btree_alloc_cursor(mp, tp, &rcbagbt_mem_ops, in rcbagbt_mem_cursor()