Searched refs:sm_type (Results 1 – 11 of 11) sorted by relevance
140 switch (type_to_health_flag[sc->sm->sm_type].group) { in xchk_update_health()193 if (sc->sm->sm_type == XFS_SCRUB_TYPE_BNOBT) in xchk_ag_btree_healthy_enough()198 if (sc->sm->sm_type == XFS_SCRUB_TYPE_CNTBT) in xchk_ag_btree_healthy_enough()203 if (sc->sm->sm_type == XFS_SCRUB_TYPE_INOBT) in xchk_ag_btree_healthy_enough()208 if (sc->sm->sm_type == XFS_SCRUB_TYPE_FINOBT) in xchk_ag_btree_healthy_enough()213 if (sc->sm->sm_type == XFS_SCRUB_TYPE_RMAPBT) in xchk_ag_btree_healthy_enough()218 if (sc->sm->sm_type == XFS_SCRUB_TYPE_REFCNTBT) in xchk_ag_btree_healthy_enough()
113 __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 …]
384 if (sc->sm->sm_type != XFS_SCRUB_TYPE_AGF && in want_ag_read_header_failure()385 sc->sm->sm_type != XFS_SCRUB_TYPE_AGFL && in want_ag_read_header_failure()386 sc->sm->sm_type != XFS_SCRUB_TYPE_AGI) in want_ag_read_header_failure()393 if (sc->sm->sm_type == type) in want_ag_read_header_failure()826 smtype = sc->sm->sm_type; in xchk_metadata_inode_forks()827 sc->sm->sm_type = XFS_SCRUB_TYPE_BMBTD; in xchk_metadata_inode_forks()829 sc->sm->sm_type = smtype; in xchk_metadata_inode_forks()
362 if (sm->sm_type >= XFS_SCRUB_TYPE_NR) in xchk_validate_inputs()364 ops = &meta_scrub_ops[sm->sm_type]; in xchk_validate_inputs()479 sc->ops = &meta_scrub_ops[sm->sm_type]; in xfs_scrub_metadata()480 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()
373 names[dev_priv->sm_type]); in vmw_print_sm_type()531 dev_priv->sm_type = VMW_SM_LEGACY; in vmw_request_device()1063 dev_priv->sm_type = VMW_SM_4; in vmw_driver_load()1070 dev_priv->sm_type = VMW_SM_4_1; in vmw_driver_load()1074 dev_priv->sm_type = VMW_SM_5; in vmw_driver_load()1076 dev_priv->sm_type = VMW_SM_5_1X; in vmw_driver_load()
543 enum vmw_sm_type sm_type; member742 return (dev_priv->sm_type >= VMW_SM_4); in has_sm4_context()753 return (dev_priv->sm_type >= VMW_SM_4_1); in has_sm4_1_context()764 return (dev_priv->sm_type >= VMW_SM_5); in has_sm5_context()775 return (dev_priv->sm_type >= VMW_SM_5_1X); in has_gl43_context()
672 __u32 sm_type; /* What to check? */ member