Searched refs:sm_agno (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | scrub.c | 526 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 D | health.c | 221 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 D | rgsuper.c | 45 xfs_rgnumber_t rgno = sc->sm->sm_agno; in xchk_rgsuperblock()
|
| H A D | agheader.c | 40 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 D | metapath.c | 148 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 D | repair.c | 301 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 D | rtbitmap.c | 51 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtbitmap()
|
| H A D | rtrmap.c | 49 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtrmapbt()
|
| H A D | rtsummary.c | 57 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtsummary()
|
| H A D | rtrefcount.c | 44 error = xchk_rtgroup_init(sc, sc->sm->sm_agno, &sc->sr); in xchk_setup_rtrefcountbt()
|
| H A D | common.c | 947 return xchk_ag_init(sc, sc->sm->sm_agno, &sc->sa); in xchk_setup_ag_btree()
|
| H A D | agheader_repair.c | 50 agno = sc->sm->sm_agno; in xrep_superblock()
|
| H A D | trace.h | 167 __entry->agno = sm->sm_agno; 2822 __entry->agno = sc->sm->sm_agno;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 703 __u32 sm_agno; /* ag number. */ member
|