Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_ialloc_btree.c86 else if (cur->bc_btnum == XFS_BTNUM_INO) in xfs_inobt_mod_blockcount()
439 if (btnum == XFS_BTNUM_INO) { in xfs_inobt_init_common()
469 if (btnum == XFS_BTNUM_INO) in xfs_inobt_init_cursor()
508 if (cur->bc_btnum == XFS_BTNUM_INO) { in xfs_inobt_commit_staged_btree()
A Dxfs_ialloc.c140 cur->bc_btnum == XFS_BTNUM_INO ? "Used" : "Free", agno); in xfs_inobt_get_rec()
835 XFS_BTNUM_INO, &rec, true); in xfs_ialloc_ag_alloc()
867 XFS_BTNUM_INO); in xfs_ialloc_ag_alloc()
1007 cur = xfs_inobt_init_cursor(mp, tp, agbp, pag, XFS_BTNUM_INO); in xfs_dialloc_ag_inobt()
1503 icur = xfs_inobt_init_cursor(mp, tp, agbp, pag, XFS_BTNUM_INO); in xfs_dialloc_ag()
1910 cur = xfs_inobt_init_cursor(mp, tp, agbp, pag, XFS_BTNUM_INO); in xfs_difree_inobt()
2232 cur = xfs_inobt_init_cursor(mp, tp, agbp, pag, XFS_BTNUM_INO); in xfs_imap_lookup()
2739 ASSERT(cur->bc_btnum == XFS_BTNUM_INO); in xfs_ialloc_count_inodes()
2958 cur = xfs_inobt_init_cursor(mp, tp, agibp, pag, XFS_BTNUM_INO); in xfs_ialloc_check_shrink()
A Dxfs_btree.h61 #define XFS_BTNUM_INO ((xfs_btnum_t)XFS_BTNUM_INOi) macro
A Dxfs_ag.c714 .type = XFS_BTNUM_INO, in xfs_ag_init_headers()
A Dxfs_btree.c1212 case XFS_BTNUM_INO: in xfs_btree_set_refs()
/linux/fs/xfs/scrub/
A Dialloc.c584 cur = which == XFS_BTNUM_INO ? sc->sa.ino_cur : sc->sa.fino_cur; in xchk_iallocbt()
599 if (which == XFS_BTNUM_INO) in xchk_iallocbt()
609 return xchk_iallocbt(sc, XFS_BTNUM_INO); in xchk_inobt()
A Dhealth.c200 case XFS_BTNUM_INO: in xchk_ag_btree_healthy_enough()
A Dcommon.c482 xchk_ag_btree_healthy_enough(sc, sa->pag, XFS_BTNUM_INO)) { in xchk_ag_btcur_init()
484 sa->pag, XFS_BTNUM_INO); in xchk_ag_btcur_init()
A Dagheader_repair.c819 sc->sa.pag, XFS_BTNUM_INO); in xrep_agi_calc_from_btrees()
/linux/fs/xfs/
A Dxfs_iwalk.c278 error = xfs_inobt_cur(mp, tp, pag, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start()
393 error = xfs_inobt_cur(mp, iwag->tp, iwag->pag, XFS_BTNUM_INO, curpp, in xfs_iwalk_run_callbacks()

Completed in 30 milliseconds