Home
last modified time | relevance | path

Searched refs:sm_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Dtrace.h32 __entry->type = sm->sm_type;
75 __entry->type = sc->sm->sm_type;
107 __entry->type = sc->sm->sm_type;
142 __entry->type = sc->sm->sm_type;
176 __entry->type = sc->sm->sm_type;
212 __entry->type = sc->sm->sm_type;
244 __entry->type = sc->sm->sm_type;
272 __entry->type = sc->sm->sm_type;
315 __entry->type = sc->sm->sm_type;
355 __entry->type = sc->sm->sm_type;
[all …]
Dcommon.c378 if (sc->sm->sm_type != XFS_SCRUB_TYPE_AGF && in want_ag_read_header_failure()
379 sc->sm->sm_type != XFS_SCRUB_TYPE_AGFL && in want_ag_read_header_failure()
380 sc->sm->sm_type != XFS_SCRUB_TYPE_AGI) in want_ag_read_header_failure()
387 if (sc->sm->sm_type == type) in want_ag_read_header_failure()
845 smtype = sc->sm->sm_type; in xchk_metadata_inode_forks()
846 sc->sm->sm_type = XFS_SCRUB_TYPE_BMBTD; in xchk_metadata_inode_forks()
848 sc->sm->sm_type = smtype; in xchk_metadata_inode_forks()
Dscrub.c385 if (sm->sm_type >= XFS_SCRUB_TYPE_NR) in xchk_validate_inputs()
387 ops = &meta_scrub_ops[sm->sm_type]; in xchk_validate_inputs()
512 sc.ops = &meta_scrub_ops[sm->sm_type]; in xfs_scrub_metadata()
Dalloc.c54 if (sc->sm->sm_type == XFS_SCRUB_TYPE_BNOBT) in xchk_allocbt_xref_other()
Dquota.c36 switch (sc->sm->sm_type) { in xchk_quota_to_dqtype()
Dialloc.c62 if (sc->sm->sm_type == XFS_SCRUB_TYPE_FINOBT) in xchk_iallocbt_chunk_xref_other()
Dbmap.c55 sc->sm->sm_type == XFS_SCRUB_TYPE_BMBTD) { in xchk_setup_inode_bmap()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h468 __u32 sm_type; /* What to check? */ member