Searched refs:sick (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_health.c | 28 unsigned int sick = 0; in xfs_health_unmount_group() local 31 xfs_group_measure_sickness(xg, &sick, &checked); in xfs_health_unmount_group() 32 if (sick) { in xfs_health_unmount_group() 33 trace_xfs_group_unfixed_corruption(xg, sick); in xfs_health_unmount_group() 49 unsigned int sick = 0; in xfs_health_unmount() local 68 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount() 69 if (sick & ~XFS_SICK_FS_COUNTERS) { in xfs_health_unmount() 70 trace_xfs_fs_unfixed_corruption(mp, sick); in xfs_health_unmount() 97 if (sick & XFS_SICK_FS_COUNTERS) in xfs_health_unmount() 152 unsigned int *sick, in xfs_fs_measure_sickness() argument [all …]
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_health.h | 202 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 D | xfs_rtgroup.c | 336 unsigned int sick; /* rtgroup sickness flag */ member 354 .sick = XFS_SICK_RG_BITMAP, 362 .sick = XFS_SICK_RG_SUMMARY, 370 .sick = XFS_SICK_RG_RMAPBT, 383 .sick = XFS_SICK_RG_REFCNTBT, 428 xfs_group_mark_sick(rtg_group(rtg), ops->sick); in xfs_rtginode_mark_sick()
|
H A D | xfs_fs.h | 188 uint32_t sick; /* o: unhealthy fs & rt metadata */ member
|
/linux/fs/xfs/scrub/ |
H A D | health.c | 317 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()
|
/linux/arch/sh/lib/ |
H A D | libgcc.h | 19 #error I feel sick.
|
/linux/arch/mips/lib/ |
H A D | libgcc.h | 26 #error I feel sick.
|
/linux/arch/microblaze/lib/ |
H A D | libgcc.h | 18 #error I feel sick.
|