Home
last modified time | relevance | path

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

/linux-6.14.4/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.c56 ncur = xfs_btree_alloc_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ops, in xfbtree_dup_cursor()
Dxfs_ialloc_btree.c485 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()
Dxfs_rmap_btree.c540 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()
Dxfs_rtrmap_btree.c535 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()
Dxfs_refcount_btree.c366 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_refcountbt_ops, in xfs_refcountbt_init_cursor()
Dxfs_btree.h667 xfs_btree_alloc_cursor( in xfs_btree_alloc_cursor() function
Dxfs_rtrefcount_btree.c411 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rtrefcountbt_ops, in xfs_rtrefcountbt_init_cursor()
Dxfs_bmap_btree.c688 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
/linux-6.14.4/fs/xfs/scrub/
Drcbag_btree.c220 cur = xfs_btree_alloc_cursor(mp, tp, &rcbagbt_mem_ops, in rcbagbt_mem_cursor()