Searched refs:XFS_BTNUM_INO (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 86 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()
|
D | xfs_ialloc.c | 139 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()
|
D | xfs_btree.h | 61 #define XFS_BTNUM_INO ((xfs_btnum_t)XFS_BTNUM_INOi) macro
|
D | xfs_ag.c | 768 .type = XFS_BTNUM_INO, in xfs_ag_init_headers()
|
D | xfs_btree.c | 1287 case XFS_BTNUM_INO: in xfs_btree_set_refs()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | ialloc.c | 583 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()
|
D | health.c | 202 case XFS_BTNUM_INO: in xchk_ag_btree_healthy_enough()
|
D | common.c | 484 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()
|
D | agheader_repair.c | 824 sc->sa.pag, XFS_BTNUM_INO); in xrep_agi_calc_from_btrees()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_iwalk.c | 278 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()
|