Home
last modified time | relevance | path

Searched full:wipe (Results 1 – 25 of 195) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/misc/
Dopen-dice.c11 * process via a misc device. Userspace can also request a wipe of the memory.
18 * write(fd, NULL, 0); // wipe
73 * Triggers a wipe of the reserved memory region. The user-provided pointer
101 /* Create write-combine mapping so all clients observe a wipe. */ in open_dice_mmap()
/kernel/linux/linux-6.6/fs/ocfs2/
Dinode.c717 * and exit early - recovery will wipe this inode for us.
730 * wait for us to handle the wipe. */ in ocfs2_check_orphan_recovery_state()
883 /* Query the cluster to determine whether we should wipe an inode from
889 int *wipe) in ocfs2_query_inode_wipe() argument
895 *wipe = 0; in ocfs2_query_inode_wipe()
971 *wipe = 1; in ocfs2_query_inode_wipe()
994 int wipe, status; in ocfs2_delete_inode() local
1061 * before we go ahead and wipe the inode. */ in ocfs2_delete_inode()
1062 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode()
1063 if (!wipe || status < 0) { in ocfs2_delete_inode()
[all …]
Dinode.h97 /* Tell the inode wipe code it's not in orphan dir */
/kernel/linux/linux-6.6/arch/arm64/kvm/
Dnested.c21 * sake of simplicity (and probably mental sanity), wipe out a number
156 /* Unknown register, just wipe it clean */ in access_nested_id_reg()
/kernel/linux/linux-5.10/fs/ocfs2/
Dinode.c719 * and exit early - recovery will wipe this inode for us.
732 * wait for us to handle the wipe. */ in ocfs2_check_orphan_recovery_state()
885 /* Query the cluster to determine whether we should wipe an inode from
891 int *wipe) in ocfs2_query_inode_wipe() argument
897 *wipe = 0; in ocfs2_query_inode_wipe()
973 *wipe = 1; in ocfs2_query_inode_wipe()
996 int wipe, status; in ocfs2_delete_inode() local
1063 * before we go ahead and wipe the inode. */ in ocfs2_delete_inode()
1064 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode()
1065 if (!wipe || status < 0) { in ocfs2_delete_inode()
[all …]
Dinode.h99 /* Tell the inode wipe code it's not in orphan dir */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/
Dti,rti-wdt.yaml46 is supposed to wipe the whole memory region. Surely, if this
/kernel/linux/linux-6.6/fs/pstore/
Dram_internal.h54 * saved copy of @buffer->data prior to most recent wipe
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
Dinit_book3s_64.c82 /* mark early shadow region as RO and wipe it */ in kasan_init()
/kernel/linux/linux-6.6/arch/s390/crypto/
Dsha_common.c116 /* wipe context */ in s390_sha_final()
/kernel/linux/linux-5.10/arch/s390/crypto/
Dsha_common.c116 /* wipe context */ in s390_sha_final()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Daddi_apci_1032.c138 /* wipe old channels */ in apci1032_cos_insn_config()
156 /* wipe old channels */ in apci1032_cos_insn_config()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
Daddi_apci_1032.c138 /* wipe old channels */ in apci1032_cos_insn_config()
156 /* wipe old channels */ in apci1032_cos_insn_config()
/kernel/linux/linux-5.10/include/linux/
Dpstore_ram.h74 * saved copy of @buffer->data prior to most recent wipe
/kernel/linux/linux-6.6/arch/powerpc/crypto/
Dsha1.c83 /* Wipe context */ in powerpc_sha1_final()
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Dsha1.c93 /* Wipe context */ in powerpc_sha1_final()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Drandom.c129 /* wipe and free the old seed if we managed to install the new one */ in efi_random_get_seed()
/kernel/linux/linux-6.6/arch/powerpc/boot/
Dserial.c55 /* Test for ^x/^u (and wipe the line) */ in serial_edit_cmdline()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dserial.c57 /* Test for ^x/^u (and wipe the line) */ in serial_edit_cmdline()
/kernel/linux/linux-5.10/drivers/md/
Ddm-crypt.c99 int (*wipe)(struct crypt_config *cc); member
1081 .wipe = crypt_iv_lmk_wipe,
1090 .wipe = crypt_iv_tcw_wipe,
1108 .wipe = crypt_iv_elephant_wipe,
2591 /* wipe references to any kernel keyring key */ in crypt_set_key()
2604 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key()
2617 /* Wipe IV private keys */ in crypt_wipe_key()
2618 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2619 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
3041 /* wipe the kernel key payload copy */ in crypt_ctr_cipher()
[all …]
/kernel/linux/linux-6.6/drivers/md/
Ddm-crypt.c107 int (*wipe)(struct crypt_config *cc); member
1097 .wipe = crypt_iv_lmk_wipe,
1106 .wipe = crypt_iv_tcw_wipe,
1124 .wipe = crypt_iv_elephant_wipe,
2669 /* wipe references to any kernel keyring key */ in crypt_set_key()
2682 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key()
2695 /* Wipe IV private keys */ in crypt_wipe_key()
2696 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2697 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
3121 /* wipe the kernel key payload copy */ in crypt_ctr_cipher()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dfd-001-lookup.c107 /* Wipe fdtable. */ in main()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
Drandom.c165 /* wipe and free the old seed if we managed to install the new one */ in efi_random_get_seed()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
Dfd-001-lookup.c107 /* Wipe fdtable. */ in main()
/kernel/linux/linux-6.6/arch/sparc/crypto/
Dsha1_glue.c95 /* Wipe context */ in sha1_sparc64_final()

12345678