Searched refs:sick (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_health.h26 * and the "sick" field tells us if that piece was found to need repairs.
27 * Therefore we can conclude that for a given sick flag value:
29 * - checked && sick => metadata needs repair
30 * - checked && !sick => metadata is ok
31 * - !checked && sick => errors have been observed during normal operation,
33 * - !checked && !sick => has not been examined since mount
96 /* Don't propagate sick status to ag health summary during inactivation */
169 * xfs_*_mark_sick: Set the sick flags and do not set checked flags.
173 * xfs_*_mark_corrupt: Set the sick and checked flags simultaneously.
177 * xfs_*_mark_healthy: Clear the sick flag
221 unsigned int sick, checked; local
230 unsigned int sick, checked; local
239 unsigned int sick, checked; local
248 unsigned int sick, checked; local
[all...]
H A Dxfs_fs.h187 uint32_t sick; /* o: unhealthy fs & rt metadata */ member in struct:xfs_fsop_geom
282 uint32_t ag_sick; /* o: sick things in ag */
347 uint16_t bs_sick; /* sick inode metadata */
391 uint16_t bs_sick; /* sick inode metadata */
/linux-master/fs/xfs/
H A Dxfs_health.c33 unsigned int sick = 0; local
42 xfs_ag_measure_sickness(pag, &sick, &checked);
43 if (sick) {
44 trace_xfs_ag_unfixed_corruption(mp, agno, sick);
50 xfs_rt_measure_sickness(mp, &sick, &checked);
51 if (sick) {
52 trace_xfs_rt_unfixed_corruption(mp, sick);
60 xfs_fs_measure_sickness(mp, &sick, &checked);
61 if (sick & ~XFS_SICK_FS_COUNTERS) {
62 trace_xfs_fs_unfixed_corruption(mp, sick);
142 xfs_fs_measure_sickness( struct xfs_mount *mp, unsigned int *sick, unsigned int *checked) argument
201 xfs_rt_measure_sickness( struct xfs_mount *mp, unsigned int *sick, unsigned int *checked) argument
277 xfs_ag_measure_sickness( struct xfs_perag *pag, unsigned int *sick, unsigned int *checked) argument
354 xfs_inode_measure_sickness( struct xfs_inode *ip, unsigned int *sick, unsigned int *checked) argument
389 xfgeo_health_tick( struct xfs_fsop_geom *geo, unsigned int sick, unsigned int checked, const struct ioctl_sick_map *m) argument
408 unsigned int sick; local
445 unsigned int sick; local
483 unsigned int sick; local
[all...]
H A Dxfs_inode.c1762 unsigned int sick; local
1765 xfs_inode_measure_sickness(ip, &sick, &checked);
1766 if (!sick)
1769 trace_xfs_inode_unfixed_corruption(ip, sick);
1771 if (sick & XFS_SICK_INO_FORGET)
/linux-master/arch/sh/lib/
H A Dlibgcc.h19 #error I feel sick.
/linux-master/fs/xfs/scrub/
H A Dhealth.c37 * to the incore sick state.
40 * sick flags before exiting.
43 * sick flags. If the user didn't want to repair then we exit, leaving the
44 * metadata structure unfixed and the sick flag set.
48 * code, having made no further changes to the incore sick state.
51 * use sick_mask to clear the incore sick flags. This should have the effect
52 * that A is no longer marked sick.
55 * use sick_mask to set the incore sick flags. This should have no externally
70 /* Map our scrub type to a sick mask and a set of health update functions. */
122 * If the scrub state is clean, add @mask to the scrub sick mas
299 unsigned int sick; local
[all...]
/linux-master/arch/microblaze/lib/
H A Dlibgcc.h18 #error I feel sick.
/linux-master/arch/mips/lib/
H A Dlibgcc.h26 #error I feel sick.
/linux-master/include/linux/
H A Dlibgcc.h22 #error I feel sick.

Completed in 164 milliseconds