Searched refs:checked (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/fs/xfs/libxfs/
H A Dxfs_health.h25 * "checked" field tell us if a given piece of metadata has ever been examined,
29 * - checked && sick => metadata needs repair
30 * - checked && !sick => metadata is ok
31 * - !checked && sick => errors have been observed during normal operation,
32 * but the metadata has not been checked thoroughly
33 * - !checked && !sick => has not been examined since mount
169 * xfs_*_mark_sick: Set the sick flags and do not set checked flags.
173 * xfs_*_mark_corrupt: Set the sick and checked flags simultaneously.
177 * xfs_*_mark_healthy: Clear the sick flags and set the checked flags.
188 unsigned int *checked);
221 unsigned int sick, checked; local
230 unsigned int sick, checked; local
239 unsigned int sick, checked; local
248 unsigned int sick, checked; local
[all...]
H A Dxfs_fs.h188 uint32_t checked; /* o: checked fs & rt metadata */ member in struct:xfs_fsop_geom
283 uint32_t ag_checked; /* o: checked metadata in ag */
348 uint16_t bs_checked; /* checked inode metadata */
392 uint16_t bs_checked; /* checked inode metadata */
717 #define XFS_SCRUB_TYPE_HEALTHY 27 /* everything checked out ok */
/linux-master/fs/xfs/
H A Dxfs_health.c34 unsigned int checked = 0; local
42 xfs_ag_measure_sickness(pag, &sick, &checked);
50 xfs_rt_measure_sickness(mp, &sick, &checked);
60 xfs_fs_measure_sickness(mp, &sick, &checked);
108 /* Mark per-fs metadata as having been checked and found unhealthy by fsck. */
145 unsigned int *checked)
149 *checked = mp->m_fs_checked;
167 /* Mark realtime metadata as having been checked and found unhealthy by fsck. */
204 unsigned int *checked)
208 *checked
142 xfs_fs_measure_sickness( struct xfs_mount *mp, unsigned int *sick, unsigned int *checked) argument
201 xfs_rt_measure_sickness( struct xfs_mount *mp, unsigned int *sick, unsigned int *checked) argument
277 xfs_ag_measure_sickness( struct xfs_perag *pag, unsigned int *sick, unsigned int *checked) argument
354 xfs_inode_measure_sickness( struct xfs_inode *ip, unsigned int *sick, unsigned int *checked) argument
389 xfgeo_health_tick( struct xfs_fsop_geom *geo, unsigned int sick, unsigned int checked, const struct ioctl_sick_map *m) argument
409 unsigned int checked; local
446 unsigned int checked; local
484 unsigned int checked; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dhealth.c300 unsigned int checked; local
302 xfs_fs_measure_sickness(mp, &sick, &checked);
306 xfs_rt_measure_sickness(mp, &sick, &checked);
311 xfs_ag_measure_sickness(pag, &sick, &checked);
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c353 struct array_bounds *checked; local
357 checked = kmalloc(sizeof(*checked) * 2, GFP_KERNEL);
358 if (!not_checked || !checked) {
360 kfree(checked);
366 for (i = 0; i < sizeof(checked->data); i++)
367 checked->data[i] = 'A';
376 for (i = 0; i < sizeof(checked->data) + 1; i++)
377 checked->data[i] = 'B';
380 kfree(checked);
[all...]
/linux-master/mm/kmsan/
H A Dcore.c55 bool checked = poison_flags & KMSAN_POISON_CHECK; local
59 kmsan_internal_set_shadow_origin(address, size, -1, handle, checked);
62 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked) argument
64 kmsan_internal_set_shadow_origin(address, size, 0, 0, checked);
104 kmsan_internal_unpoison_memory(dst, n, /*checked*/ false);
196 u32 origin, bool checked)
210 if (checked) {
195 kmsan_internal_set_shadow_origin(void *addr, size_t size, int b, u32 origin, bool checked) argument
H A Dkmsan.h120 * missing initialization events) kmsan_in_runtime() is not checked in
181 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked);
183 u32 origin, bool checked);
/linux-master/security/tomoyo/
H A Dcondition.c21 * @checked: Set to true if @argv[@index] was found.
27 u8 *checked)
33 for (i = 0; i < argc; argv++, checked++, i++) {
38 *checked = 1;
56 * @checked: Set to true if @envp[@env_name] was found.
62 u8 *checked)
72 for (i = 0; i < envc; envp++, checked++, i++) {
77 *checked = 1;
119 u8 *checked; local
122 checked
25 tomoyo_argv(const unsigned int index, const char *arg_ptr, const int argc, const struct tomoyo_argv *argv, u8 *checked) argument
60 tomoyo_envp(const char *env_name, const char *env_value, const int envc, const struct tomoyo_envp *envp, u8 *checked) argument
[all...]
/linux-master/drivers/sh/maple/
H A Dmaple.c59 static bool checked[MAPLE_PORTS]; variable
472 if (checked[x] && empty[x]) {
563 if (checked[mdev->port] == false) {
564 checked[mdev->port] = true;
582 if ((mdev->unit == 0) && (checked[mdev->port] == false)) {
583 checked[mdev->port] = true;
621 if (checked[i] == false) {
840 checked[i] = false;
/linux-master/scripts/
H A Dspdxcheck.py109 self.checked = 0
198 self.checked += 1
410 sys.stderr.write('Files checked: %12d\n' %parser.checked)
411 sys.stderr.write('Lines checked: %12d\n' %parser.lines_checked)
412 if parser.checked:
413 pc = int(100 * parser.spdx_valid / parser.checked)
H A Dcheck-uapi.sh28 that exist on PAST_REF will be checked for compatibility.
33 -v Verbose operation (print more information about each header being checked).
/linux-master/drivers/md/bcache/
H A Dalloc.c219 size_t checked = 0; local
231 if (++checked >= ca->sb.nbuckets) {
242 size_t checked = 0; local
257 if (++checked >= ca->sb.nbuckets / 2) {
/linux-master/fs/btrfs/
H A Dsubpage.h154 DECLARE_BTRFS_SUBPAGE_OPS(checked); variable
H A Dsubpage.c575 checked, start, len);
580 if (subpage_test_bitmap_all_set(fs_info, subpage, checked))
590 checked, start, len);
623 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(checked); variable
699 IMPLEMENT_BTRFS_PAGE_OPS(checked, folio_set_checked, folio_clear_checked,
794 GET_SUBPAGE_BITMAP(subpage, subpage_info, checked, &checked_bitmap);
800 "start=%llu len=%u page=%llu, bitmaps uptodate=%*pbl error=%*pbl dirty=%*pbl writeback=%*pbl ordered=%*pbl checked=%*pbl",
H A Dbackref.h93 * When using BTRFS_SEQ_LAST, delayed refs are not checked and it uses
196 * by the last few file extent items. This cache is checked, with a
346 /* Have backrefs of this block been checked */
347 unsigned int checked:1; member in struct:btrfs_backref_node
H A Dbackref.c996 * refs have been checked.
3285 ASSERT(upper->checked);
3421 upper->checked = 0;
3423 upper->checked = 1;
3430 if (!upper->checked && need_check) {
3435 if (upper->checked)
3442 ASSERT(upper->checked);
3501 WARN_ON(cur->checked);
3516 if (!exist->checked)
3585 cur->checked
[all...]
/linux-master/drivers/mtd/ubi/
H A Dkapi.c109 * checked by this function, which means it will be fully read and the CRC
110 * checksum of each logical eraseblock will be checked.
193 if (!vol->checked && !vol->skip_check) {
206 vol->checked = 1;
427 * whether the data has to be checked or not. If yes, the whole logical
428 * eraseblock will be read and its CRC checksum will be checked (i.e., the CRC
H A Dubi.h312 * @checked: %1 if this static volume was checked
319 * @checkmap: bitmap to remember which PEB->LEB mappings got checked,
361 unsigned int checked:1; member in struct:ubi_volume
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c569 int checked, match, first; local
638 * after we've checked all we know we have.
640 checked = 0;
645 (checked < ipsec->num_rx_sa || first < 0);
653 checked++;
/linux-master/fs/reiserfs/
H A Dinode.c2517 int checked = folio_test_checked(folio); local
2524 if (checked && (current->flags & PF_MEMALLOC)) {
2569 } else if ((checked || buffer_dirty(bh)) &&
2590 if (checked) {
2608 if (checked) {
2632 if (checked) {
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c192 bool checked; member in struct:ucsi_ccg_altmode
428 /* already checked and considered */
429 if (alt[i].checked)
455 alt[j].checked = true;
/linux-master/block/
H A Dblk-merge.c1143 int checked = 8; local
1146 if (!checked--)
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S444 | the EXC_SR is checked and a simple memory copy is done if reading
/linux-master/security/integrity/ima/
H A Dima_policy.c1202 static bool checked; local
1206 if (checked)
1220 checked = true;
/linux-master/lib/
H A Dtest_xarray.c1361 unsigned int checked = 0; local
1370 checked++;
1371 if ((checked % 4) != 0)

Completed in 334 milliseconds

12