Lines Matching +full:can +full:- +full:primary
1 /* SPDX-License-Identifier: GPL-2.0+ */
12 * In-Core Filesystem Health Assessments
23 * problems remain at unmount time, we can also request manual intervention by
29 * Therefore we can conclude that for a given sick flag value:
31 * - checked && sick => metadata needs repair
32 * - checked && !sick => metadata is ok
33 * - !checked && sick => errors have been observed during normal operation,
35 * - !checked && !sick => has not been examined since mount
37 * Evidence of health problems can be sorted into three basic categories:
39 * a) Primary evidence, which signals that something is defective within the
42 * b) Secondary evidence, which are side effects of primary problem but are
43 * not themselves problems. These can be forgotten when the primary
108 /* Primary evidence of health problems in a given group. */
150 /* Secondary state related to (but not primary evidence of) health problems. */
274 return !xfs_fs_has_sickness(mp, -1U); in xfs_fs_is_healthy()
280 return !xfs_inode_has_sickness(ip, -1U); in xfs_inode_is_healthy()
290 (unlikely((error) == -EFSCORRUPTED || (error) == -EFSBADCRC))