Searched refs:sm_agno (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | repair.c | 195 pag = xfs_perag_get(mp, sm->sm_agno); in xrep_calc_ag_resblks() 201 error = xfs_ialloc_read_agi(mp, NULL, sm->sm_agno, &bp); in xrep_calc_ag_resblks() 209 error = xfs_alloc_read_agf(mp, NULL, sm->sm_agno, 0, &bp); in xrep_calc_ag_resblks() 222 !xfs_verify_agino(mp, sm->sm_agno, icount)) { in xrep_calc_ag_resblks() 225 xfs_agino_range(mp, sm->sm_agno, &first, &last); in xrep_calc_ag_resblks() 231 aglen != xfs_ag_block_count(mp, sm->sm_agno) || in xrep_calc_ag_resblks() 233 aglen = xfs_ag_block_count(mp, sm->sm_agno); in xrep_calc_ag_resblks() 238 trace_xrep_calc_ag_resblks(mp, sm->sm_agno, icount, aglen, in xrep_calc_ag_resblks() 277 trace_xrep_calc_ag_resblks_btsize(mp, sm->sm_agno, bnobt_sz, in xrep_calc_ag_resblks()
|
H A D | scrub.c | 392 if (sm->sm_ino || sm->sm_gen || sm->sm_agno) in xchk_validate_inputs() 397 sm->sm_agno >= mp->m_sb.sb_agcount) in xchk_validate_inputs() 401 if (sm->sm_agno || (sm->sm_gen && !sm->sm_ino)) in xchk_validate_inputs()
|
H A D | health.c | 139 pag = xfs_perag_get(sc->mp, sc->sm->sm_agno); in xchk_update_health()
|
H A D | agheader.c | 29 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_superblock_xref() 71 agno = sc->sm->sm_agno; in xchk_superblock() 521 agno = sc->sa.agno = sc->sm->sm_agno; in xchk_agf() 699 agno = sc->sa.agno = sc->sm->sm_agno; in xchk_agfl() 860 agno = sc->sa.agno = sc->sm->sm_agno; in xchk_agi()
|
H A D | agheader_repair.c | 42 agno = sc->sm->sm_agno; in xrep_superblock() 121 xfs_agnumber_t agno = sc->sm->sm_agno; in xrep_check_btree_root()
|
H A D | common.c | 648 return xchk_ag_init(sc, sc->sm->sm_agno, &sc->sa); in xchk_setup_ag_btree()
|
H A D | trace.h | 100 __entry->agno = sm->sm_agno;
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader.c | 39 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_superblock_xref() 83 agno = sc->sm->sm_agno; in xchk_superblock() 535 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agf() 723 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agfl() 877 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agi()
|
H A D | repair.c | 271 pag = xfs_perag_get(mp, sm->sm_agno); in xrep_calc_ag_resblks() 315 trace_xrep_calc_ag_resblks(mp, sm->sm_agno, icount, aglen, in xrep_calc_ag_resblks() 354 trace_xrep_calc_ag_resblks_btsize(mp, sm->sm_agno, bnobt_sz, in xrep_calc_ag_resblks()
|
H A D | scrub.c | 398 if (sm->sm_ino || sm->sm_gen || sm->sm_agno) in xchk_validate_inputs() 403 sm->sm_agno >= mp->m_sb.sb_agcount) in xchk_validate_inputs() 407 if (sm->sm_agno || (sm->sm_gen && !sm->sm_ino)) in xchk_validate_inputs()
|
H A D | health.c | 144 pag = xfs_perag_get(sc->mp, sc->sm->sm_agno); in xchk_update_health()
|
H A D | common.c | 712 return xchk_ag_init(sc, sc->sm->sm_agno, &sc->sa); in xchk_setup_ag_btree()
|
H A D | agheader_repair.c | 44 agno = sc->sm->sm_agno; in xrep_superblock()
|
H A D | trace.h | 129 __entry->agno = sm->sm_agno;
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 681 __u32 sm_agno; /* ag number. */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 678 __u32 sm_agno; /* ag number. */ member
|
Completed in 19 milliseconds