Lines Matching full:checked
27 * "checked" field tell us if a given piece of metadata has ever been examined,
31 * - checked && sick => metadata needs repair
32 * - checked && !sick => metadata is ok
33 * - !checked && sick => errors have been observed during normal operation,
34 * but the metadata has not been checked thoroughly
35 * - !checked && !sick => has not been examined since mount
184 * xfs_*_mark_sick: Set the sick flags and do not set checked flags.
188 * xfs_*_mark_corrupt: Set the sick and checked flags simultaneously.
192 * xfs_*_mark_healthy: Clear the sick flags and set the checked flags.
203 unsigned int *checked);
216 unsigned int *checked);
222 unsigned int *checked);
235 unsigned int sick, checked; in xfs_fs_has_sickness() local
237 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness()
246 unsigned int sick, checked; in xfs_group_has_sickness() local
248 xfs_group_measure_sickness(xg, &sick, &checked); in xfs_group_has_sickness()
265 unsigned int sick, checked; in xfs_inode_has_sickness() local
267 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inode_has_sickness()