Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dhealth.c138 switch (type_to_health_flag[sc->sm->sm_type].group) { in xchk_update_health()
191 if (sc->sm->sm_type == XFS_SCRUB_TYPE_BNOBT) in xchk_ag_btree_healthy_enough()
196 if (sc->sm->sm_type == XFS_SCRUB_TYPE_CNTBT) in xchk_ag_btree_healthy_enough()
201 if (sc->sm->sm_type == XFS_SCRUB_TYPE_INOBT) in xchk_ag_btree_healthy_enough()
206 if (sc->sm->sm_type == XFS_SCRUB_TYPE_FINOBT) in xchk_ag_btree_healthy_enough()
211 if (sc->sm->sm_type == XFS_SCRUB_TYPE_RMAPBT) in xchk_ag_btree_healthy_enough()
216 if (sc->sm->sm_type == XFS_SCRUB_TYPE_REFCNTBT) in xchk_ag_btree_healthy_enough()
Dtrace.h113 __entry->type = sm->sm_type;
156 __entry->type = sc->sm->sm_type;
188 __entry->type = sc->sm->sm_type;
215 __entry->type = sc->sm->sm_type;
250 __entry->type = sc->sm->sm_type;
286 __entry->type = sc->sm->sm_type;
318 __entry->type = sc->sm->sm_type;
346 __entry->type = sc->sm->sm_type;
389 __entry->type = sc->sm->sm_type;
429 __entry->type = sc->sm->sm_type;
[all …]
Dcommon.c382 if (sc->sm->sm_type != XFS_SCRUB_TYPE_AGF && in want_ag_read_header_failure()
383 sc->sm->sm_type != XFS_SCRUB_TYPE_AGFL && in want_ag_read_header_failure()
384 sc->sm->sm_type != XFS_SCRUB_TYPE_AGI) in want_ag_read_header_failure()
391 if (sc->sm->sm_type == type) in want_ag_read_header_failure()
824 smtype = sc->sm->sm_type; in xchk_metadata_inode_forks()
825 sc->sm->sm_type = XFS_SCRUB_TYPE_BMBTD; in xchk_metadata_inode_forks()
827 sc->sm->sm_type = smtype; in xchk_metadata_inode_forks()
Dscrub.c378 if (sm->sm_type >= XFS_SCRUB_TYPE_NR) in xchk_validate_inputs()
380 ops = &meta_scrub_ops[sm->sm_type]; in xchk_validate_inputs()
490 sc.ops = &meta_scrub_ops[sm->sm_type]; in xfs_scrub_metadata()
491 sc.sick_mask = xchk_health_mask_for_scrub_type(sm->sm_type); in xfs_scrub_metadata()
Dalloc.c47 if (sc->sm->sm_type == XFS_SCRUB_TYPE_BNOBT) in xchk_allocbt_xref_other()
Dquota.c25 switch (sc->sm->sm_type) { in xchk_quota_to_dqtype()
Dialloc.c66 if (sc->sm->sm_type == XFS_SCRUB_TYPE_FINOBT) in xchk_iallocbt_chunk_xref_other()
Dbmap.c47 sc->sm->sm_type == XFS_SCRUB_TYPE_BMBTD) { in xchk_setup_inode_bmap()
/fs/xfs/libxfs/
Dxfs_fs.h678 __u32 sm_type; /* What to check? */ member