Searched refs:sick (Results 1 - 10 of 10) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_inode.c1880 unsigned int sick; local
1883 xfs_inode_measure_sickness(ip, &sick, &checked);
1884 if (!sick)
1887 trace_xfs_inode_unfixed_corruption(ip, sick);
1889 if (sick & XFS_SICK_INO_FORGET)
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
484 unsigned int sick; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dparent_repair.c244 unsigned int sick, checked; local
248 * Avoid sick directories. There shouldn't be anyone else clearing the
249 * directory's sick status.
251 xfs_inode_measure_sickness(sc->ip, &sick, &checked);
252 if (sick & XFS_SICK_INO_DIR)
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. */
123 * If the scrub state is clean, add @mask to the scrub sick mas
300 unsigned int sick; local
[all...]
/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 */
171 * xfs_*_mark_sick: Set the sick flags and do not set checked flags.
175 * xfs_*_mark_corrupt: Set the sick and checked flags simultaneously.
179 * xfs_*_mark_healthy: Clear the sick flag
223 unsigned int sick, checked; local
232 unsigned int sick, checked; local
241 unsigned int sick, checked; local
250 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
284 uint32_t ag_sick; /* o: sick things in ag */
349 uint16_t bs_sick; /* sick inode metadata */
393 uint16_t bs_sick; /* sick inode metadata */
/linux-master/include/linux/
H A Dlibgcc.h22 #error I feel sick.
/linux-master/arch/sh/lib/
H A Dlibgcc.h19 #error I feel sick.
/linux-master/arch/mips/lib/
H A Dlibgcc.h26 #error I feel sick.
/linux-master/arch/microblaze/lib/
H A Dlibgcc.h18 #error I feel sick.

Completed in 203 milliseconds