Searched refs:xfs_finobt_init_cursor (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 217 cur = xfs_finobt_init_cursor(pag, tp, agbp); in xfs_inobt_insert() 655 cur = xfs_finobt_init_cursor(pag, tp, agbp); in xfs_finobt_insert_sprec() 1594 cur = xfs_finobt_init_cursor(pag, tp, agbp); in xfs_dialloc_ag() 2222 cur = xfs_finobt_init_cursor(pag, tp, agbp); in xfs_difree_finobt()
|
/linux/fs/xfs/scrub/ |
H A D | ialloc_repair.c | 680 fino_cur = xfs_finobt_init_cursor(sc->sa.pag, NULL, NULL); in xrep_ibt_build_new_trees()
|
H A D | repair.c | 896 sa->fino_cur = xfs_finobt_init_cursor(sc->sa.pag, in xrep_ag_btcur_init()
|
H A D | common.c | 649 sa->fino_cur = xfs_finobt_init_cursor(sa->pag, sc->tp, in xchk_ag_btcur_init()
|
H A D | agheader_repair.c | 964 cur = xfs_finobt_init_cursor(sc->sa.pag, sc->tp, agi_bp); in xrep_agi_calc_from_btrees()
|