Home
last modified time | relevance | path

Searched refs:sick (Results 1 – 11 of 11) sorted by relevance

/linux/fs/xfs/
H A Dxfs_health.c31 unsigned int sick = 0; in xfs_health_unmount_group() local
34 xfs_group_measure_sickness(xg, &sick, &checked); in xfs_health_unmount_group()
35 if (sick) { in xfs_health_unmount_group()
36 trace_xfs_group_unfixed_corruption(xg, sick); in xfs_health_unmount_group()
52 unsigned int sick = 0; in xfs_health_unmount() local
71 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
72 if (sick & ~XFS_SICK_FS_COUNTERS) { in xfs_health_unmount()
73 trace_xfs_fs_unfixed_corruption(mp, sick); in xfs_health_unmount()
100 if (sick & XFS_SICK_FS_COUNTERS) in xfs_health_unmount()
177 unsigned int *sick, in xfs_fs_measure_sickness() argument
[all …]
H A Dxfs_inode.c1354 unsigned int sick; in xfs_inactive_health() local
1357 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inactive_health()
1358 if (!sick) in xfs_inactive_health()
1361 trace_xfs_inode_unfixed_corruption(ip, sick); in xfs_inactive_health()
1363 if (sick & XFS_SICK_INO_FORGET) in xfs_inactive_health()
/linux/fs/xfs/libxfs/
H A Dxfs_health.h202 void xfs_fs_measure_sickness(struct xfs_mount *mp, unsigned int *sick,
215 void xfs_group_measure_sickness(struct xfs_group *xg, unsigned int *sick,
221 void xfs_inode_measure_sickness(struct xfs_inode *ip, unsigned int *sick,
235 unsigned int sick, checked; in xfs_fs_has_sickness() local
237 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness()
238 return sick & mask; 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()
249 return sick & mask; in xfs_group_has_sickness()
265 unsigned int sick, checked; in xfs_inode_has_sickness() local
[all …]
H A Dxfs_rtgroup.c342 unsigned int sick; /* rtgroup sickness flag */ member
360 .sick = XFS_SICK_RG_BITMAP,
369 .sick = XFS_SICK_RG_SUMMARY,
378 .sick = XFS_SICK_RG_RMAPBT,
391 .sick = XFS_SICK_RG_REFCNTBT,
436 xfs_group_mark_sick(rtg_group(rtg), ops->sick); in xfs_rtginode_mark_sick()
H A Dxfs_fs.h188 uint32_t sick; /* o: unhealthy fs & rt metadata */ member
/linux/fs/xfs/scrub/
H A Dhealth.c317 unsigned int sick; in xchk_health_record() local
320 xfs_fs_measure_sickness(mp, &sick, &checked); in xchk_health_record()
321 if (sick & XFS_SICK_FS_PRIMARY) in xchk_health_record()
325 xfs_group_measure_sickness(pag_group(pag), &sick, &checked); in xchk_health_record()
326 if (sick & XFS_SICK_AG_PRIMARY) in xchk_health_record()
331 xfs_group_measure_sickness(rtg_group(rtg), &sick, &checked); in xchk_health_record()
332 if (sick & XFS_SICK_RG_PRIMARY) in xchk_health_record()
H A Dparent_repair.c244 unsigned int sick, checked; in xrep_parent_find_dotdot() local
251 xfs_inode_measure_sickness(sc->ip, &sick, &checked); in xrep_parent_find_dotdot()
252 if (sick & XFS_SICK_INO_DIR) in xrep_parent_find_dotdot()
/linux/arch/sh/lib/
H A Dlibgcc.h19 #error I feel sick.
/linux/arch/mips/lib/
H A Dlibgcc.h26 #error I feel sick.
/linux/arch/microblaze/lib/
H A Dlibgcc.h18 #error I feel sick.
/linux/include/linux/
H A Dlibgcc.h22 #error I feel sick.