Searched refs:xfs_inobt_init_cursor (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.h | 49 struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_perag *pag,
|
H A D | xfs_ialloc.c | 219 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 D | xfs_ialloc_btree.c | 40 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 D | xfs_iwalk.c | 273 *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 D | ialloc_repair.c | 660 ino_cur = xfs_inobt_init_cursor(sc->sa.pag, NULL, NULL); in xrep_ibt_build_new_trees()
|
H A D | agheader_repair.c | 944 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 D | repair.c | 893 sa->ino_cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, in xrep_ag_btcur_init()
|
H A D | common.c | 642 sa->ino_cur = xfs_inobt_init_cursor(sa->pag, sc->tp, in xchk_ag_btcur_init()
|