Lines Matching full:wipe
717 * 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() 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
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 || status < 0) { in ocfs2_delete_inode()
1070 /* Someone in the cluster has disallowed a wipe of in ocfs2_delete_inode()