Searched refs:sick (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_health.c | 33 unsigned int sick = 0; in xfs_health_unmount() local 43 if (sick) { in xfs_health_unmount() 51 if (sick) { in xfs_health_unmount() 144 unsigned int *sick, in xfs_fs_measure_sickness() argument 203 unsigned int *sick, in xfs_rt_measure_sickness() argument 279 unsigned int *sick, in xfs_ag_measure_sickness() argument 356 unsigned int *sick, in xfs_inode_measure_sickness() argument 360 *sick = ip->i_sick; in xfs_inode_measure_sickness() 391 unsigned int sick, in xfgeo_health_tick() argument 408 unsigned int sick; in xfs_fsop_geom_health() local [all …]
|
| A D | xfs_inode.c | 1330 unsigned int sick; in xfs_inactive_health() local 1333 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inactive_health() 1334 if (!sick) in xfs_inactive_health() 1337 trace_xfs_inode_unfixed_corruption(ip, sick); in xfs_inactive_health() 1339 if (sick & XFS_SICK_INO_FORGET) in xfs_inactive_health()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_health.h | 223 unsigned int sick, checked; in xfs_fs_has_sickness() local 225 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness() 226 return sick & mask; in xfs_fs_has_sickness() 232 unsigned int sick, checked; in xfs_rt_has_sickness() local 234 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_rt_has_sickness() 235 return sick & mask; in xfs_rt_has_sickness() 241 unsigned int sick, checked; in xfs_ag_has_sickness() local 243 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_ag_has_sickness() 244 return sick & mask; in xfs_ag_has_sickness() 250 unsigned int sick, checked; in xfs_inode_has_sickness() local [all …]
|
| A D | xfs_fs.h | 188 uint32_t sick; /* o: unhealthy fs & rt metadata */ member
|
| /linux/fs/xfs/scrub/ |
| A D | health.c | 300 unsigned int sick; in xchk_health_record() local 303 xfs_fs_measure_sickness(mp, &sick, &checked); in xchk_health_record() 304 if (sick & XFS_SICK_FS_PRIMARY) in xchk_health_record() 307 xfs_rt_measure_sickness(mp, &sick, &checked); in xchk_health_record() 308 if (sick & XFS_SICK_RT_PRIMARY) in xchk_health_record() 312 xfs_ag_measure_sickness(pag, &sick, &checked); in xchk_health_record() 313 if (sick & XFS_SICK_AG_PRIMARY) in xchk_health_record()
|
| A D | parent_repair.c | 244 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/ |
| A D | libgcc.h | 19 #error I feel sick.
|
| /linux/arch/mips/lib/ |
| A D | libgcc.h | 26 #error I feel sick.
|
| /linux/arch/microblaze/lib/ |
| A D | libgcc.h | 18 #error I feel sick.
|
| /linux/include/linux/ |
| A D | libgcc.h | 22 #error I feel sick.
|
Completed in 23 milliseconds