Searched refs:xfs_refcountbt_init_cursor (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_refcount_btree.h | 48 extern struct xfs_btree_cur *xfs_refcountbt_init_cursor(struct xfs_mount *mp,
|
D | xfs_refcount_btree.c | 31 return xfs_refcountbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_refcountbt_dup_cursor() 363 xfs_refcountbt_init_cursor( in xfs_refcountbt_init_cursor() function
|
D | xfs_refcount.c | 1391 rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, ri->ri_pag); in xfs_refcount_finish_one() 1958 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_refcount_recover_cow_leftovers()
|
/Linux-v6.6/fs/xfs/scrub/ |
D | rmap.c | 473 cur = xfs_refcountbt_init_cursor(sc->mp, sc->tp, in xchk_rmapbt_walk_ag_metadata()
|
D | common.c | 595 sa->refc_cur = xfs_refcountbt_init_cursor(mp, sc->tp, in xchk_ag_btcur_init()
|
D | agheader_repair.c | 299 cur = xfs_refcountbt_init_cursor(mp, sc->tp, agf_bp, in xrep_agf_calc_from_btrees()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_fsmap.c | 222 cur = xfs_refcountbt_init_cursor(mp, tp, info->agf_bp, info->pag); in xfs_getfsmap_is_shared()
|
D | xfs_reflink.c | 146 cur = xfs_refcountbt_init_cursor(pag->pag_mount, tp, agbp, pag); in xfs_reflink_find_shared()
|