Searched refs:wipe (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ocfs2/ |
| A D | inode.c | 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 1062 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode() 1063 if (!wipe || status < 0) { in ocfs2_delete_inode()
|
| /linux/drivers/hid/ |
| A D | hid-roccat-kone.h | 155 struct_group(wipe,
|
| A D | hid-roccat-kone.c | 863 memset(&event->wipe, 0, sizeof(event->wipe)); in kone_raw_event()
|
| /linux/drivers/md/ |
| A D | dm-crypt.c | 101 int (*wipe)(struct crypt_config *cc); member 1083 .wipe = crypt_iv_lmk_wipe, 1092 .wipe = crypt_iv_tcw_wipe, 1110 .wipe = crypt_iv_elephant_wipe, 2643 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key() 2644 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
|
| /linux/Documentation/driver-api/nvdimm/ |
| A D | security.rst | 32 overwrite <keyid> - wipe the entire nvdimm.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-codec.rst | 1495 - Slice groups grow in wipe scan pattern from top to bottom. 1514 Specifies a direction of the slice group change for raster and wipe 1524 - Raster scan or wipe right. 1526 - Reverse raster scan or wipe left. 1531 Specifies the size of the first slice group for raster and wipe map.
|
| /linux/Documentation/admin-guide/ |
| A D | bcache.rst | 259 Now we can wipe it:: 272 H) Stop/free a registered bcache to wipe and/or recreate it
|
| /linux/Documentation/security/ |
| A D | self-protection.rst | 307 syscall return (``CONFIG_GCC_PLUGIN_STACKLEAK``), wipe heap memory on a
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-block | 263 contiguous blocks on storage. This can be used to wipe
|
| /linux/Documentation/filesystems/ |
| A D | fscrypt.rst | 114 FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl) can wipe a master 128 - The kernel cannot magically wipe copies of the master key(s) that 129 userspace might have as well. Therefore, userspace must wipe all
|
| A D | proc.rst | 545 wf wipe on fork
|
| /linux/Documentation/process/ |
| A D | maintainer-pgp-guide.rst | 494 the Admin PIN and the Reset Code (which allows you to completely wipe
|
Completed in 38 milliseconds