Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_health.c28 unsigned int sick = 0; in xfs_health_unmount_group() local
32 if (sick) { in xfs_health_unmount_group()
49 unsigned int sick = 0; in xfs_health_unmount() local
152 unsigned int *sick, in xfs_fs_measure_sickness() argument
243 unsigned int *sick, in xfs_group_measure_sickness() argument
247 *sick = xg->xg_sick; in xfs_group_measure_sickness()
337 unsigned int *sick, in xfs_inode_measure_sickness() argument
341 *sick = ip->i_sick; in xfs_inode_measure_sickness()
375 unsigned int sick, in xfgeo_health_tick() argument
393 unsigned int sick; in xfs_fsop_geom_health() local
[all …]
H A Dxfs_inode.c1342 unsigned int sick; in xfs_inactive_health() local
1345 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inactive_health()
1346 if (!sick) in xfs_inactive_health()
1349 trace_xfs_inode_unfixed_corruption(ip, sick); in xfs_inactive_health()
1351 if (sick & XFS_SICK_INO_FORGET) in xfs_inactive_health()
/linux-6.15/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,
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
267 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inode_has_sickness()
[all …]
H A Dxfs_rtgroup.c341 unsigned int sick; /* rtgroup sickness flag */ member
359 .sick = XFS_SICK_RG_BITMAP,
368 .sick = XFS_SICK_RG_SUMMARY,
377 .sick = XFS_SICK_RG_RMAPBT,
390 .sick = XFS_SICK_RG_REFCNTBT,
435 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-6.15/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-6.15/arch/sh/lib/
H A Dlibgcc.h19 #error I feel sick.
/linux-6.15/arch/mips/lib/
H A Dlibgcc.h26 #error I feel sick.
/linux-6.15/arch/microblaze/lib/
H A Dlibgcc.h18 #error I feel sick.
/linux-6.15/include/linux/
H A Dlibgcc.h22 #error I feel sick.