Lines Matching full:checked
25 * "checked" field tell us if a given piece of metadata has ever been examined,
29 * - checked && sick => metadata needs repair
30 * - checked && !sick => metadata is ok
31 * - !checked && sick => errors have been observed during normal operation,
32 * but the metadata has not been checked thoroughly
33 * - !checked && !sick => has not been examined since mount
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 flags and set the checked flags.
190 unsigned int *checked);
196 unsigned int *checked);
204 unsigned int *checked);
210 unsigned int *checked);
223 unsigned int sick, checked; in xfs_fs_has_sickness() local
225 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness()
232 unsigned int sick, checked; in xfs_rt_has_sickness() local
234 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_rt_has_sickness()
241 unsigned int sick, checked; in xfs_ag_has_sickness() local
243 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_ag_has_sickness()
250 unsigned int sick, checked; in xfs_inode_has_sickness() local
252 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inode_has_sickness()