Home
last modified time | relevance | path

Searched refs:sm_agno (Results 1 – 14 of 14) sorted by relevance

/linux/fs/xfs/scrub/
H A Dscrub.c526 if (sm->sm_ino || sm->sm_gen || sm->sm_agno) in xchk_validate_inputs()
531 sm->sm_agno >= mp->m_sb.sb_agcount) in xchk_validate_inputs()
535 if (sm->sm_agno || (sm->sm_gen && !sm->sm_ino)) in xchk_validate_inputs()
552 if (sm->sm_agno >= mp->m_sb.sb_rgcount) { in xchk_validate_inputs()
553 if (sm->sm_agno == 0) in xchk_validate_inputs()
563 if (sm->sm_agno != 0) in xchk_validate_inputs()
968 .sm_agno = head.svh_agno, in xfs_ioc_scrubv_metadata()
H A Dhealth.c221 pag = xfs_perag_get(sc->mp, sc->sm->sm_agno); in xchk_update_health()
256 rtg = xfs_rtgroup_get(sc->mp, sc->sm->sm_agno); in xchk_update_health()
H A Drgsuper.c45 xfs_rgnumber_t rgno = sc->sm->sm_agno; in xchk_rgsuperblock()
H A Dagheader.c40 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_superblock_xref()
113 agno = sc->sm->sm_agno; in xchk_superblock()
602 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agf()
790 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agfl()
981 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agi()
H A Dmetapath.c148 rtg = xfs_rtgroup_get(sc->mp, sc->sm->sm_agno); in xchk_setup_metapath_rtginode()
234 if (sc->sm->sm_agno) in xchk_setup_metapath()
H A Drepair.c301 pag = xfs_perag_get(mp, sm->sm_agno); in xrep_calc_ag_resblks()
411 usedlen = xfs_rtbxlen_to_blen(mp, xfs_rtgroup_extents(mp, sm->sm_agno)); in xrep_calc_rtgroup_resblks()
417 trace_xrep_calc_rtgroup_resblks_btsize(mp, sm->sm_agno, usedlen, in xrep_calc_rtgroup_resblks()
H A Drtbitmap.c51 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtbitmap()
H A Drtrmap.c49 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtrmapbt()
H A Drtsummary.c57 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtsummary()
H A Drtrefcount.c44 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtrefcountbt()
H A Dcommon.c947 return xchk_ag_init(sc, sc->sm->sm_agno, &sc->sa); in xchk_setup_ag_btree()
H A Dagheader_repair.c50 agno = sc->sm->sm_agno; in xrep_superblock()
H A Dtrace.h167 __entry->agno = sm->sm_agno;
2822 __entry->agno = sc->sm->sm_agno;
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h703 __u32 sm_agno; /* ag number. */ member