Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dinode.h96 #define OCFS2_INODE_MAYBE_ORPHANED 0x00000010 macro
Dinode.c1217 (OCFS2_I(inode)->ip_flags & OCFS2_INODE_MAYBE_ORPHANED)) { in ocfs2_evict_inode()
Djournal.c2249 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
Dnamei.c141 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
Ddlmglue.c4039 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_dentry_convert_worker()