Lines Matching full:checked
34 unsigned int checked = 0; in xfs_health_unmount() local
42 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_health_unmount()
50 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
60 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
108 /* Mark per-fs metadata as having been checked and found unhealthy by fsck. */
145 unsigned int *checked) in xfs_fs_measure_sickness() argument
149 *checked = mp->m_fs_checked; in xfs_fs_measure_sickness()
167 /* Mark realtime metadata as having been checked and found unhealthy by fsck. */
204 unsigned int *checked) in xfs_rt_measure_sickness() argument
208 *checked = mp->m_rt_checked; in xfs_rt_measure_sickness()
243 /* Mark per-ag metadata as having been checked and found unhealthy by fsck. */
280 unsigned int *checked) in xfs_ag_measure_sickness() argument
284 *checked = pag->pag_checked; in xfs_ag_measure_sickness()
311 /* Mark inode metadata as having been checked and found unhealthy by fsck. */
357 unsigned int *checked) in xfs_inode_measure_sickness() argument
361 *checked = ip->i_checked; in xfs_inode_measure_sickness()
392 unsigned int checked, in xfgeo_health_tick() argument
395 if (checked & m->sick_mask) in xfgeo_health_tick()
396 geo->checked |= m->ioctl_mask; in xfgeo_health_tick()
409 unsigned int checked; in xfs_fsop_geom_health() local
412 geo->checked = 0; in xfs_fsop_geom_health()
414 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fsop_geom_health()
416 xfgeo_health_tick(geo, sick, checked, m); in xfs_fsop_geom_health()
418 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_fsop_geom_health()
420 xfgeo_health_tick(geo, sick, checked, m); in xfs_fsop_geom_health()
446 unsigned int checked; in xfs_ag_geom_health() local
451 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_ag_geom_health()
453 if (checked & m->sick_mask) in xfs_ag_geom_health()
485 unsigned int checked; in xfs_bulkstat_health() local
490 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_bulkstat_health()
492 if (checked & m->sick_mask) in xfs_bulkstat_health()