Home
last modified time | relevance | path

Searched refs:scrub_type (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/scrub/
H A Dhealth.h9 unsigned int xchk_health_mask_for_scrub_type(__u32 scrub_type);
H A Dhealth.c124 __u32 scrub_type) in xchk_health_mask_for_scrub_type() argument
126 return type_to_health_flag[scrub_type].sick_mask; in xchk_health_mask_for_scrub_type()
H A Drepair.c1127 unsigned int scrub_type) in xrep_metadata_inode_subtype() argument
1138 sub = xchk_scrub_create_subord(sc, scrub_type); in xrep_metadata_inode_subtype()
H A Dcommon.c1392 unsigned int scrub_type) in xchk_metadata_inode_subtype() argument
1397 sub = xchk_scrub_create_subord(sc, scrub_type); in xchk_metadata_inode_subtype()
/linux/include/linux/
H A Dedac.h304 enum scrub_type { enum
515 enum scrub_type scrub_mode; /* current scrub mode */
/linux/drivers/edac/
H A Ddmc520_edac.c260 static enum scrub_type dmc520_get_scrub_type(struct dmc520_edac *pvt) in dmc520_get_scrub_type()
262 enum scrub_type type = SCRUB_NONE; in dmc520_get_scrub_type()
H A Dal_mc_edac.c195 static enum scrub_type get_scrub_mode(void __iomem *mmio_base) in get_scrub_mode()