Home
last modified time | relevance | path

Searched refs:wipe (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
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 || statu in ocfs2_delete_inode()
889 ocfs2_query_inode_wipe(struct inode *inode, struct buffer_head *di_bh, int *wipe) ocfs2_query_inode_wipe() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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()
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 || statu in ocfs2_delete_inode()
887 ocfs2_query_inode_wipe(struct inode *inode, struct buffer_head *di_bh, int *wipe) ocfs2_query_inode_wipe() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-roccat-kone.h155 struct_group(wipe,
H A Dhid-roccat-kone.c866 memset(&event->wipe, 0, sizeof(event->wipe)); in kone_raw_event()
/kernel/linux/linux-5.10/drivers/md/
H A 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()
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()
3507 * key wipe
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-crypt.c106 int (*wipe)(struct crypt_config *cc); member
1096 .wipe = crypt_iv_lmk_wipe,
1105 .wipe = crypt_iv_tcw_wipe,
1123 .wipe = crypt_iv_elephant_wipe,
2676 /* wipe references to any kernel keyring key */ in crypt_set_key()
2689 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key()
2703 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2704 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
3128 /* wipe the kernel key payload copy */ in crypt_ctr_cipher()
3639 * key wipe
[all...]

Completed in 15 milliseconds