Searched refs:XFS_BTNUM_INO (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A 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() 468 if (btnum == XFS_BTNUM_INO) in xfs_inobt_init_cursor() 506 if (cur->bc_btnum == XFS_BTNUM_INO) { in xfs_inobt_commit_staged_btree()
|
A D | xfs_ialloc.c | 139 cur->bc_btnum == XFS_BTNUM_INO ? "Used" : "Free", in xfs_inobt_get_rec() 830 XFS_BTNUM_INO, &rec, true); in xfs_ialloc_ag_alloc() 862 XFS_BTNUM_INO); in xfs_ialloc_ag_alloc() 1002 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO); in xfs_dialloc_ag_inobt() 1498 icur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO); in xfs_dialloc_ag() 1908 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO); in xfs_difree_inobt() 2230 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO); in xfs_imap_lookup() 2709 ASSERT(cur->bc_btnum == XFS_BTNUM_INO); in xfs_ialloc_count_inodes() 2926 cur = xfs_inobt_init_cursor(pag, tp, agibp, XFS_BTNUM_INO); in xfs_ialloc_check_shrink()
|
A D | xfs_btree.h | 61 #define XFS_BTNUM_INO ((xfs_btnum_t)XFS_BTNUM_INOi) macro
|
A D | xfs_ag.c | 831 .type = XFS_BTNUM_INO, in xfs_ag_init_headers()
|
A D | xfs_btree.c | 1287 case XFS_BTNUM_INO: in xfs_btree_set_refs()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A 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()
|
A D | health.c | 202 case XFS_BTNUM_INO: in xchk_ag_btree_healthy_enough()
|
A D | common.c | 480 xchk_ag_btree_healthy_enough(sc, sa->pag, XFS_BTNUM_INO)) { in xchk_ag_btcur_init() 482 XFS_BTNUM_INO); in xchk_ag_btcur_init()
|
A D | agheader_repair.c | 878 cur = xfs_inobt_init_cursor(sc->sa.pag, sc->tp, agi_bp, XFS_BTNUM_INO); in xrep_agi_calc_from_btrees()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_iwalk.c | 278 error = xfs_inobt_cur(pag, tp, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start() 393 error = xfs_inobt_cur(iwag->pag, iwag->tp, XFS_BTNUM_INO, curpp, in xfs_iwalk_run_callbacks()
|
Completed in 28 milliseconds