Searched refs:checked (Results 1 – 12 of 12) sorted by relevance
| /fs/xfs/ |
| A D | xfs_health.c | 29 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 D | xfs_inode.c | 1343 unsigned int checked; in xfs_inactive_health() local 1345 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inactive_health()
|
| /fs/xfs/libxfs/ |
| A D | xfs_health.h | 203 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 D | xfs_fs.h | 189 uint32_t checked; /* o: checked fs & rt metadata */ member
|
| /fs/xfs/scrub/ |
| A D | health.c | 318 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 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()
|
| /fs/btrfs/ |
| A D | subpage.c | 524 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 D | backref.c | 3238 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 D | subpage.h | 186 DECLARE_BTRFS_SUBPAGE_OPS(checked);
|
| A D | backref.h | 353 unsigned int checked:1; member
|
| /fs/affs/ |
| A D | Changes | 253 - fsuser is now checked last. 289 now checked for validity.
|
| /fs/afs/ |
| A D | dir.c | 197 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