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