Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dinode.h79 #define OCFS2_INODE_DELETED 0x00000008 macro
H A Dinode.c1173 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED; in ocfs2_delete_inode()
1223 if (!(oi->ip_flags & OCFS2_INODE_DELETED)) in ocfs2_clear_inode()
1324 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_revalidate()
H A Dfile.c104 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()