Home
last modified time | relevance | path

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

/fs/ocfs2/
Dinode.c632 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL)); in ocfs2_remove_inode()
851 if (!(di->i_flags & cpu_to_le32(OCFS2_ORPHANED_FL))) { in ocfs2_query_inode_wipe()
Docfs2_fs.h197 #define OCFS2_ORPHANED_FL (0x00000004) /* On the orphan list */ macro
Dnamei.c1931 le32_add_cpu(&fe->i_flags, OCFS2_ORPHANED_FL); in ocfs2_orphan_add()