Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 12 of 12) sorted by relevance

/fs/xfs/
A Dxfs_health.c29 unsigned int checked = 0; in xfs_health_unmount_group() local
50 unsigned int checked = 0; in xfs_health_unmount() local
153 unsigned int *checked) in xfs_fs_measure_sickness() argument
244 unsigned int *checked) in xfs_group_measure_sickness() argument
338 unsigned int *checked) in xfs_inode_measure_sickness() argument
376 unsigned int checked, in xfgeo_health_tick() argument
394 unsigned int checked; in xfs_fsop_geom_health() local
397 geo->checked = 0; in xfs_fsop_geom_health()
432 unsigned int checked; in xfs_ag_geom_health() local
462 unsigned int checked; in xfs_rtgroup_geom_health() local
[all …]
A Dxfs_inode.c1343 unsigned int checked; in xfs_inactive_health() local
1345 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inactive_health()
/fs/xfs/libxfs/
A Dxfs_health.h203 unsigned int *checked);
216 unsigned int *checked);
222 unsigned int *checked);
235 unsigned int sick, checked; in xfs_fs_has_sickness() local
237 xfs_fs_measure_sickness(mp, &sick, &checked); 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()
265 unsigned int sick, checked; in xfs_inode_has_sickness() local
267 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inode_has_sickness()
A Dxfs_fs.h189 uint32_t checked; /* o: checked fs & rt metadata */ member
/fs/xfs/scrub/
A Dhealth.c318 unsigned int checked; in xchk_health_record() local
320 xfs_fs_measure_sickness(mp, &sick, &checked); in xchk_health_record()
325 xfs_group_measure_sickness(pag_group(pag), &sick, &checked); in xchk_health_record()
331 xfs_group_measure_sickness(rtg_group(rtg), &sick, &checked); in xchk_health_record()
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()
/fs/btrfs/
A Dsubpage.c524 checked, start, len); in btrfs_subpage_set_checked()
529 if (subpage_test_bitmap_all_set(fs_info, folio, checked)) in btrfs_subpage_set_checked()
539 checked, start, len); in btrfs_subpage_clear_checked()
572 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(checked);
670 IMPLEMENT_BTRFS_PAGE_OPS(checked, folio_set_checked, folio_clear_checked,
810 GET_SUBPAGE_BITMAP(fs_info, folio, checked, &checked_bitmap); in btrfs_subpage_dump_bitmap()
A Dbackref.c3238 ASSERT(upper->checked); in handle_direct_tree_backref()
3385 upper->checked = 0; in handle_indirect_tree_backref()
3387 upper->checked = 1; in handle_indirect_tree_backref()
3394 if (!upper->checked && need_check) { in handle_indirect_tree_backref()
3399 if (upper->checked) in handle_indirect_tree_backref()
3406 ASSERT(upper->checked); in handle_indirect_tree_backref()
3465 WARN_ON(cur->checked); in btrfs_backref_add_tree_node()
3480 if (!exist->checked) in btrfs_backref_add_tree_node()
3549 cur->checked = 1; in btrfs_backref_add_tree_node()
3567 ASSERT(start->checked); in btrfs_backref_finish_upper_links()
[all …]
A Dsubpage.h186 DECLARE_BTRFS_SUBPAGE_OPS(checked);
A Dbackref.h353 unsigned int checked:1; member
/fs/affs/
A DChanges253 - fsuser is now checked last.
289 now checked for validity.
/fs/afs/
A Ddir.c197 size_t checked = 0; in afs_dir_check() local
203 checked = iterate_folioq(&iter, iov_iter_count(&iter), dvnode, NULL, in afs_dir_check()
205 if (checked != i_size) { in afs_dir_check()

Completed in 36 milliseconds