Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.h49 struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_perag *pag,
H A Dxfs_ialloc.c219 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_inobt_insert()
562 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_inobt_insert_sprec()
1113 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_dialloc_ag_inobt()
1643 icur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_dialloc_ag()
2096 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_difree_inobt()
2422 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_imap_lookup()
3174 cur = xfs_inobt_init_cursor(pag, tp, agibp); in xfs_ialloc_check_shrink()
H A Dxfs_ialloc_btree.c40 return xfs_inobt_init_cursor(to_perag(cur->bc_group), cur->bc_tp, in xfs_inobt_dup_cursor()
477 xfs_inobt_init_cursor( in xfs_inobt_init_cursor() function
/linux/fs/xfs/
H A Dxfs_iwalk.c273 *curpp = xfs_inobt_init_cursor(pag, tp, *agi_bpp); in xfs_iwalk_ag_start()
387 *curpp = xfs_inobt_init_cursor(iwag->pag, iwag->tp, *agi_bpp); in xfs_iwalk_run_callbacks()
/linux/fs/xfs/scrub/
H A Dialloc_repair.c660 ino_cur = xfs_inobt_init_cursor(sc->sa.pag, NULL, NULL); in xrep_ibt_build_new_trees()
H A Dagheader_repair.c944 cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, agi_bp); in xrep_agi_calc_from_btrees()
1310 cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, agi_bp); in xrep_iunlink_mark_ondisk()
H A Drepair.c893 sa->ino_cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, in xrep_ag_btcur_init()
H A Dcommon.c642 sa->ino_cur = xfs_inobt_init_cursor(sa->pag, sc->tp, in xchk_ag_btcur_init()