Home
last modified time | relevance | path

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

/linux-4.4.14/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
1039 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode()
1040 if (!wipe || status < 0) { in ocfs2_delete_inode()
/linux-4.4.14/drivers/md/
Ddm-crypt.c81 int (*wipe)(struct crypt_config *cc); member
771 .wipe = crypt_iv_essiv_wipe,
789 .wipe = crypt_iv_lmk_wipe,
798 .wipe = crypt_iv_tcw_wipe,
2029 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_message()
2030 ret = cc->iv_gen_ops->wipe(cc); in crypt_message()
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db250 API-jbd2-journal-wipe
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block231 contiguous blocks on storage. This can be used to wipe
/linux-4.4.14/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]