Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
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()
Dxfs_ialloc.c139 cur->bc_btnum == XFS_BTNUM_INO ? "Used" : "Free", 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()
2724 ASSERT(cur->bc_btnum == XFS_BTNUM_INO); in xfs_ialloc_count_inodes()
2944 cur = xfs_inobt_init_cursor(mp, tp, agibp, pag, XFS_BTNUM_INO); in xfs_ialloc_check_shrink()
Dxfs_btree.h61 #define XFS_BTNUM_INO ((xfs_btnum_t)XFS_BTNUM_INOi) macro
Dxfs_ag.c768 .type = XFS_BTNUM_INO, in xfs_ag_init_headers()
Dxfs_btree.c1287 case XFS_BTNUM_INO: in xfs_btree_set_refs()
/linux-6.1.9/fs/xfs/scrub/
Dialloc.c583 cur = which == XFS_BTNUM_INO ? sc->sa.ino_cur : sc->sa.fino_cur; in xchk_iallocbt()
598 if (which == XFS_BTNUM_INO) in xchk_iallocbt()
608 return xchk_iallocbt(sc, XFS_BTNUM_INO); in xchk_inobt()
Dhealth.c202 case XFS_BTNUM_INO: in xchk_ag_btree_healthy_enough()
Dcommon.c484 xchk_ag_btree_healthy_enough(sc, sa->pag, XFS_BTNUM_INO)) { in xchk_ag_btcur_init()
486 sa->pag, XFS_BTNUM_INO); in xchk_ag_btcur_init()
Dagheader_repair.c824 sc->sa.pag, XFS_BTNUM_INO); in xrep_agi_calc_from_btrees()
/linux-6.1.9/fs/xfs/
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()