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

12

/linux-master/arch/m68k/fpsp040/
H A Dres_func.S477 | is double or single, the result is zero, and the mode is checked
H A Dskeleton.S444 | the EXC_SR is checked and a simple memory copy is done if reading
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S294 # Since we already checked this case above, we can treat the most significant
/linux-master/block/
H A Dblk-merge.c1143 int checked = 8; local
1146 if (!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/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/drivers/mtd/ubi/
H A Dcdev.c370 vol->checked = 1;
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/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/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/fs/afs/
H A Ddir.c150 goto checked;
173 checked:
/linux-master/fs/btrfs/
H A Dbackref.c996 * refs have been checked.
3279 ASSERT(upper->checked);
3415 upper->checked = 0;
3417 upper->checked = 1;
3424 if (!upper->checked && need_check) {
3429 if (upper->checked)
3436 ASSERT(upper->checked);
3495 WARN_ON(cur->checked);
3510 if (!exist->checked)
3579 cur->checked
[all...]
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 Drelocation.c588 new_node->checked = 1;
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 Dsubpage.h154 DECLARE_BTRFS_SUBPAGE_OPS(checked); variable
/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/fs/xfs/libxfs/
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 */
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...]
/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/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...]
H A Dxfs_inode.c439 * lockdep annotations in xfs_lock_inumorder. These are all checked by
1763 unsigned int checked; local
1765 xfs_inode_measure_sickness(ip, &sick, &checked);
/linux-master/include/linux/
H A Dpage-flags.h528 PAGEFLAG(Checked, checked, PF_NO_COMPOUND) /* Used by some filesystems */
1114 * Flags checked when a page is freed. Pages being freed should not have
1125 * Flags checked when a page is prepped for return by the page allocator.
1147 * @page: The page to be checked

Completed in 515 milliseconds

12