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

/linux-master/fs/xfs/scrub/
H A Dhealth.c31 * 1. Create a "sick_mask" field in the scrub context. When we're setting up a
34 * sick_mask value if they choose.
39 * 3. If the scrubber finds that A is clean, use sick_mask to clear the incore
42 * 4. If the scrubber finds that A is corrupt, use sick_mask to set the incore
51 * use sick_mask to clear the incore sick flags. This should have the effect
55 * use sick_mask to set the incore sick flags. This should have no externally
66 * of 5-7 still apply, but with a sick_mask that covers everything being
81 unsigned int sick_mask; member in struct:xchk_health_map
118 return type_to_health_flag[scrub_type].sick_mask;
132 sc->sick_mask |
[all...]
H A Dscrub.h116 unsigned int sick_mask; member in struct:xfs_scrub
H A Drepair.c1009 unsigned int sick_mask = sc->sick_mask; local
1097 sc->sick_mask = sick_mask;
H A Dcommon.c1206 unsigned int sick_mask = sc->sick_mask; local
1224 sc->sick_mask = sick_mask;
H A Dscrub.c542 sc->sick_mask = xchk_health_mask_for_scrub_type(sm->sm_type);
H A Dalloc_repair.c865 sc->sick_mask = XFS_SICK_AG_BNOBT | XFS_SICK_AG_CNTBT;
H A Dialloc_repair.c821 sc->sick_mask = XFS_SICK_AG_INOBT | XFS_SICK_AG_FINOBT;
/linux-master/fs/xfs/
H A Dxfs_health.c368 unsigned int sick_mask; member in struct:ioctl_sick_map
395 if (checked & m->sick_mask)
397 if (sick & m->sick_mask)
415 for (m = fs_map; m->sick_mask; m++)
419 for (m = rt_map; m->sick_mask; m++)
452 for (m = ag_map; m->sick_mask; m++) {
453 if (checked & m->sick_mask)
455 if (sick & m->sick_mask)
490 for (m = ino_map; m->sick_mask; m++) {
491 if (checked & m->sick_mask)
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c420 .sick_mask = XFS_SICK_AG_INOBT,
450 .sick_mask = XFS_SICK_AG_FINOBT,
H A Dxfs_alloc_btree.c490 .sick_mask = XFS_SICK_AG_BNOBT,
522 .sick_mask = XFS_SICK_AG_CNTBT,
H A Dxfs_refcount_btree.c331 .sick_mask = XFS_SICK_AG_REFCNTBT,
H A Dxfs_btree.h139 unsigned int sick_mask; member in struct:xfs_btree_ops
H A Dxfs_rmap_btree.c500 .sick_mask = XFS_SICK_AG_RMAPBT,

Completed in 156 milliseconds