Home
last modified time | relevance | path

Searched refs:sick_mask (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dhealth.c32 * 1. Create a "sick_mask" field in the scrub context. When we're setting up a
35 * sick_mask value if they choose.
40 * 3. If the scrubber finds that A is clean, use sick_mask to clear the incore
43 * 4. If the scrubber finds that A is corrupt, use sick_mask to set the incore
52 * use sick_mask to clear the incore sick flags. This should have the effect
56 * use sick_mask to set the incore sick flags. This should have no externally
67 * of 5-7 still apply, but with a sick_mask that covers everything being
82 unsigned int sick_mask; member
117 return type_to_health_flag[scrub_type].sick_mask; in xchk_health_mask_for_scrub_type()
124 * sick_mask, n
[all...]
H A Dscrub.h105 unsigned int sick_mask; member
H A Dscrub.c509 sc->sick_mask = xchk_health_mask_for_scrub_type(sm->sm_type); in xfs_scrub_metadata()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dhealth.c28 * 1. Create a "sick_mask" field in the scrub context. When we're setting up a
31 * sick_mask value if they choose.
36 * 3. If the scrubber finds that A is clean, use sick_mask to clear the incore
39 * 4. If the scrubber finds that A is corrupt, use sick_mask to set the incore
48 * use sick_mask to clear the incore sick flags. This should have the effect
52 * use sick_mask to set the incore sick flags. This should have no externally
63 * of 5-7 still apply, but with a sick_mask that covers everything being
78 unsigned int sick_mask; member
113 return type_to_health_flag[scrub_type].sick_mask; in xchk_health_mask_for_scrub_type()
120 * sick_mask, n
[all...]
H A Dscrub.h74 unsigned int sick_mask; member
H A Dscrub.c492 sc.sick_mask = xchk_health_mask_for_scrub_type(sm->sm_type); in xfs_scrub_metadata()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_health.c267 unsigned int sick_mask; member
292 if (checked & m->sick_mask) in xfgeo_health_tick()
294 if (sick & m->sick_mask) in xfgeo_health_tick()
312 for (m = fs_map; m->sick_mask; m++) in xfs_fsop_geom_health()
316 for (m = rt_map; m->sick_mask; m++) in xfs_fsop_geom_health()
348 for (m = ag_map; m->sick_mask; m++) { in xfs_ag_geom_health()
349 if (checked & m->sick_mask) in xfs_ag_geom_health()
351 if (sick & m->sick_mask) in xfs_ag_geom_health()
382 for (m = ino_map; m->sick_mask; m++) { in xfs_bulkstat_health()
383 if (checked & m->sick_mask) in xfs_bulkstat_health()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_health.c274 unsigned int sick_mask; member
299 if (checked & m->sick_mask) in xfgeo_health_tick()
301 if (sick & m->sick_mask) in xfgeo_health_tick()
319 for (m = fs_map; m->sick_mask; m++) in xfs_fsop_geom_health()
323 for (m = rt_map; m->sick_mask; m++) in xfs_fsop_geom_health()
355 for (m = ag_map; m->sick_mask; m++) { in xfs_ag_geom_health()
356 if (checked & m->sick_mask) in xfs_ag_geom_health()
358 if (sick & m->sick_mask) in xfs_ag_geom_health()
389 for (m = ino_map; m->sick_mask; m++) { in xfs_bulkstat_health()
390 if (checked & m->sick_mask) in xfs_bulkstat_health()
[all...]

Completed in 4 milliseconds