| /kernel/linux/linux-6.6/drivers/misc/ |
| D | open-dice.c | 11 * 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/ |
| D | inode.c | 717 * 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 …]
|
| D | inode.h | 97 /* Tell the inode wipe code it's not in orphan dir */
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/ |
| D | nested.c | 21 * 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/ |
| D | inode.c | 719 * 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 …]
|
| D | inode.h | 99 /* Tell the inode wipe code it's not in orphan dir */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/ |
| D | ti,rti-wdt.yaml | 46 is supposed to wipe the whole memory region. Surely, if this
|
| /kernel/linux/linux-6.6/fs/pstore/ |
| D | ram_internal.h | 54 * saved copy of @buffer->data prior to most recent wipe
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/kasan/ |
| D | init_book3s_64.c | 82 /* mark early shadow region as RO and wipe it */ in kasan_init()
|
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| D | sha_common.c | 116 /* wipe context */ in s390_sha_final()
|
| /kernel/linux/linux-5.10/arch/s390/crypto/ |
| D | sha_common.c | 116 /* wipe context */ in s390_sha_final()
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | addi_apci_1032.c | 138 /* 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/ |
| D | addi_apci_1032.c | 138 /* wipe old channels */ in apci1032_cos_insn_config() 156 /* wipe old channels */ in apci1032_cos_insn_config()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pstore_ram.h | 74 * saved copy of @buffer->data prior to most recent wipe
|
| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| D | sha1.c | 83 /* Wipe context */ in powerpc_sha1_final()
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | sha1.c | 93 /* Wipe context */ in powerpc_sha1_final()
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
| D | random.c | 129 /* 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/ |
| D | serial.c | 55 /* Test for ^x/^u (and wipe the line) */ in serial_edit_cmdline()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | serial.c | 57 /* Test for ^x/^u (and wipe the line) */ in serial_edit_cmdline()
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-crypt.c | 99 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/ |
| D | dm-crypt.c | 107 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/ |
| D | fd-001-lookup.c | 107 /* Wipe fdtable. */ in main()
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| D | random.c | 165 /* 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/ |
| D | fd-001-lookup.c | 107 /* Wipe fdtable. */ in main()
|
| /kernel/linux/linux-6.6/arch/sparc/crypto/ |
| D | sha1_glue.c | 95 /* Wipe context */ in sha1_sparc64_final()
|