Home
last modified time | relevance | path

Searched refs:OCFS2_ORPHANED_FL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dinode.c692 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL)); in ocfs2_remove_inode()
917 if (!(di->i_flags & cpu_to_le32(OCFS2_ORPHANED_FL)) && in ocfs2_query_inode_wipe()
H A Docfs2_fs.h213 #define OCFS2_ORPHANED_FL (0x00000004) /* On the orphan list */ macro
690 __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL
H A Dnamei.c2298 fe->i_flags |= cpu_to_le32(OCFS2_ORPHANED_FL); in ocfs2_orphan_add()
2859 di->i_flags &= ~cpu_to_le32(OCFS2_ORPHANED_FL); in ocfs2_mv_orphaned_inode_to_new()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dinode.c690 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL)); in ocfs2_remove_inode()
915 if (!(di->i_flags & cpu_to_le32(OCFS2_ORPHANED_FL)) && in ocfs2_query_inode_wipe()
H A Docfs2_fs.h211 #define OCFS2_ORPHANED_FL (0x00000004) /* On the orphan list */ macro
688 __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL
H A Dnamei.c2303 fe->i_flags |= cpu_to_le32(OCFS2_ORPHANED_FL); in ocfs2_orphan_add()
2864 di->i_flags &= ~cpu_to_le32(OCFS2_ORPHANED_FL); in ocfs2_mv_orphaned_inode_to_new()

Completed in 16 milliseconds