Home
last modified time | relevance | path

Searched refs:wipe (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dinode.c866 int *wipe) in ocfs2_query_inode_wipe() argument
872 *wipe = 0; in ocfs2_query_inode_wipe()
948 *wipe = 1; in ocfs2_query_inode_wipe()
971 int wipe, status; in ocfs2_delete_inode() local
1030 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode()
1031 if (!wipe || status < 0) { in ocfs2_delete_inode()
/linux-4.1.27/drivers/md/
Ddm-crypt.c81 int (*wipe)(struct crypt_config *cc); member
770 .wipe = crypt_iv_essiv_wipe,
788 .wipe = crypt_iv_lmk_wipe,
797 .wipe = crypt_iv_tcw_wipe,
2007 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_message()
2008 ret = cc->iv_gen_ops->wipe(cc); in crypt_message()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block224 contiguous blocks on storage. This can be used to wipe
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped1310 .Lcbc_dec_bzero: @ wipe key schedule [if any]
1482 .Lctr_enc_bzero: @ wipe key schedule [if any]
2016 .Lxts_enc_bzero: @ wipe key schedule [if any]
2535 .Lxts_dec_bzero: @ wipe key schedule [if any]