Searched refs:sm_agno (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/xfs/scrub/ |
D | scrub.c | 376 if (sm->sm_ino || sm->sm_gen || sm->sm_agno) in xchk_validate_inputs() 381 sm->sm_agno >= mp->m_sb.sb_agcount) in xchk_validate_inputs() 385 if (sm->sm_agno || (sm->sm_gen && !sm->sm_ino)) in xchk_validate_inputs()
|
D | agheader.c | 30 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_superblock_xref() 73 agno = sc->sm->sm_agno; in xchk_superblock() 524 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agf() 701 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agfl() 852 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agi()
|
D | health.c | 142 pag = xfs_perag_get(sc->mp, sc->sm->sm_agno); in xchk_update_health()
|
D | repair.c | 196 pag = xfs_perag_get(mp, sm->sm_agno); in xrep_calc_ag_resblks() 240 trace_xrep_calc_ag_resblks(mp, sm->sm_agno, icount, aglen, in xrep_calc_ag_resblks() 279 trace_xrep_calc_ag_resblks_btsize(mp, sm->sm_agno, bnobt_sz, in xrep_calc_ag_resblks()
|
D | common.c | 619 return xchk_ag_init(sc, sc->sm->sm_agno, &sc->sa); in xchk_setup_ag_btree()
|
D | agheader_repair.c | 43 agno = sc->sm->sm_agno; in xrep_superblock()
|
D | trace.h | 114 __entry->agno = sm->sm_agno;
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 676 __u32 sm_agno; /* ag number. */ member
|