Searched refs:sm_type (Results 1 – 9 of 9) sorted by relevance
136 switch (type_to_health_flag[sc->sm->sm_type].group) { in xchk_update_health()189 if (sc->sm->sm_type == XFS_SCRUB_TYPE_BNOBT) in xchk_ag_btree_healthy_enough()194 if (sc->sm->sm_type == XFS_SCRUB_TYPE_CNTBT) in xchk_ag_btree_healthy_enough()199 if (sc->sm->sm_type == XFS_SCRUB_TYPE_INOBT) in xchk_ag_btree_healthy_enough()204 if (sc->sm->sm_type == XFS_SCRUB_TYPE_FINOBT) in xchk_ag_btree_healthy_enough()209 if (sc->sm->sm_type == XFS_SCRUB_TYPE_RMAPBT) in xchk_ag_btree_healthy_enough()214 if (sc->sm->sm_type == XFS_SCRUB_TYPE_REFCNTBT) in xchk_ag_btree_healthy_enough()
99 __entry->type = sm->sm_type;142 __entry->type = sc->sm->sm_type;174 __entry->type = sc->sm->sm_type;209 __entry->type = sc->sm->sm_type;244 __entry->type = sc->sm->sm_type;280 __entry->type = sc->sm->sm_type;312 __entry->type = sc->sm->sm_type;340 __entry->type = sc->sm->sm_type;383 __entry->type = sc->sm->sm_type;423 __entry->type = sc->sm->sm_type;[all …]
380 if (sc->sm->sm_type != XFS_SCRUB_TYPE_AGF && in want_ag_read_header_failure()381 sc->sm->sm_type != XFS_SCRUB_TYPE_AGFL && in want_ag_read_header_failure()382 sc->sm->sm_type != XFS_SCRUB_TYPE_AGI) in want_ag_read_header_failure()389 if (sc->sm->sm_type == type) in want_ag_read_header_failure()856 smtype = sc->sm->sm_type; in xchk_metadata_inode_forks()857 sc->sm->sm_type = XFS_SCRUB_TYPE_BMBTD; in xchk_metadata_inode_forks()859 sc->sm->sm_type = smtype; in xchk_metadata_inode_forks()
376 if (sm->sm_type >= XFS_SCRUB_TYPE_NR) in xchk_validate_inputs()378 ops = &meta_scrub_ops[sm->sm_type]; in xchk_validate_inputs()489 sc.ops = &meta_scrub_ops[sm->sm_type]; in xfs_scrub_metadata()490 sc.sick_mask = xchk_health_mask_for_scrub_type(sm->sm_type); in xfs_scrub_metadata()
47 if (sc->sm->sm_type == XFS_SCRUB_TYPE_BNOBT) in xchk_allocbt_xref_other()
25 switch (sc->sm->sm_type) { in xchk_quota_to_dqtype()
66 if (sc->sm->sm_type == XFS_SCRUB_TYPE_FINOBT) in xchk_iallocbt_chunk_xref_other()
47 sc->sm->sm_type == XFS_SCRUB_TYPE_BMBTD) { in xchk_setup_inode_bmap()
646 __u32 sm_type; /* What to check? */ member