Home
last modified time | relevance | path

Searched refs:erasing (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
DKconfig17 Many flash memories support erasing small (4096 B) sectors. Depending
19 to erasing whole blocks (32/64 KiB).
21 small sectors. On the other hand erasing should be faster when using
/kernel/linux/linux-5.10/drivers/mtd/lpddr/
Dlpddr_cmds.c78 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset()
268 if (mode == FL_ERASING && shared->erasing in get_chip()
269 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
283 shared->erasing = chip; in get_chip()
355 shared->writing = shared->erasing; in put_chip()
368 shared->erasing = NULL; in put_chip()
370 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/kernel/linux/linux-5.10/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst55 including the whole card. When erasing a large area it may
60 is being erased, but erasing one partition will make
74 size for erasing large areas.
/kernel/linux/linux-5.10/include/linux/mtd/
Dflashchip.h95 struct flchip *erasing; member
/kernel/linux/linux-5.10/fs/jffs2/
Ddebug.c164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local
251 erasing += c->sector_size; in __jffs2_dbg_superblock_counts()
255 erasing += c->sector_size; in __jffs2_dbg_superblock_counts()
259 erasing += c->sector_size; in __jffs2_dbg_superblock_counts()
281 check(erasing); in __jffs2_dbg_superblock_counts()
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c38 solo_dev->erasing = 1; in erase_on()
44 if (!solo_dev->erasing) in erase_off()
52 solo_dev->erasing = 0; in erase_off()
Dsolo6x10.h221 unsigned int erasing; member
/kernel/linux/linux-5.10/drivers/tty/
Dn_tty.c108 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member
335 ldata->erasing = 0; in reset_buffer_flags()
955 if (ldata->erasing) { in finish_erasing()
957 ldata->erasing = 0; in finish_erasing()
1033 if (!ldata->erasing) { in eraser()
1035 ldata->erasing = 1; in eraser()
1806 ldata->erasing = 0; in n_tty_set_termios()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dorion5x-maxtor-shared-storage-2.dts65 * accidentally erasing critical flash sectors. We thus define
Dorion5x-lacie-ethernet-disk-mini-v2.dts86 * accidentally erasing critical flash sectors. We thus define
Dorion5x-lacie-d2-network.dts105 * accidentally erasing critical flash sectors. We thus define
/kernel/linux/linux-5.10/drivers/mtd/chips/
Dcfi_cmdset_0001.c779 shared[i].writing = shared[i].erasing = NULL; in cfi_intelext_partition_fixup()
997 if (mode == FL_ERASING && shared->erasing in get_chip()
998 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
1012 shared->erasing = chip; in get_chip()
1031 shared->writing = shared->erasing; in put_chip()
1044 shared->erasing = NULL; in put_chip()
1046 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/kernel/linux/linux-5.10/security/
DKconfig.hardening184 bool "Allow runtime disabling of kernel stack erasing"
188 runtime to control kernel stack erasing for kernels built with
/kernel/linux/linux-5.10/Documentation/filesystems/
Dubifs-authentication.rst109 versions of them are obsoleted without erasing them right away. As a result,
202 written to without erasing it and previously written content that is obsolete
203 but can't be overwritten without erasing the full LEB.
228 erasing parts of the current tree and restoring old versions that are still on
/kernel/linux/linux-5.10/Documentation/core-api/
Drbtree.rst239 and erasing nodes.
256 When erasing a node, the user must call rb_erase_augmented() instead of
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dkernel.rst1295 This parameter can be used to control kernel stack erasing at the end
1298 That erasing reduces the information which kernel stack leak bugs
1304 0 Kernel stack erasing is disabled, STACKLEAK_METRICS are not updated.
1305 1 Kernel stack erasing is enabled (default), it is performed before
/kernel/linux/linux-5.10/Documentation/driver-api/
Dmtdnand.rst484 block table before erasing any of the blocks.
809 as you want to a page. The consecutive writes to a page, before erasing
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Djournal.rst15 read-write-erases) before erasing the commit record. Should the system
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch40445 + area to avoid writing and erasing, except to reading. With this macro
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch331357 + area to avoid writing and erasing, except to reading. With this macro