Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/
Dinode.c855 int *wipe) in ocfs2_query_inode_wipe() argument
861 *wipe = 0; in ocfs2_query_inode_wipe()
937 *wipe = 1; in ocfs2_query_inode_wipe()
960 int wipe, status; in ocfs2_delete_inode() local
1019 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode()
1020 if (!wipe || status < 0) { in ocfs2_delete_inode()
/linux-2.6.39/drivers/md/
Ddm-crypt.c80 int (*wipe)(struct crypt_config *cc); member
635 .wipe = crypt_iv_essiv_wipe,
653 .wipe = crypt_iv_lmk_wipe,
1787 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_message()
1788 ret = cc->iv_gen_ops->wipe(cc); in crypt_message()
/linux-2.6.39/drivers/mtd/devices/
DKconfig306 you have managed to wipe the first block.