Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dinode.c905 int *wipe) in ocfs2_query_inode_wipe() argument
911 *wipe = 0; in ocfs2_query_inode_wipe()
987 *wipe = 1; in ocfs2_query_inode_wipe()
1010 int wipe, status; in ocfs2_delete_inode() local
1078 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode()
1079 if (!wipe || status < 0) { in ocfs2_delete_inode()