Lines Matching refs:ip_flags
299 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
304 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
306 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
634 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_remove_inode()
719 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_wipe_inode()
786 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR) in ocfs2_wipe_inode()
809 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
830 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
839 if (oi->ip_flags & OCFS2_INODE_SKIP_DELETE) in ocfs2_inode_is_valid_to_delete()
882 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
903 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
1052 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED; in ocfs2_delete_inode()
1101 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED)) in ocfs2_clear_inode()
1152 oi->ip_flags = 0; in ocfs2_clear_inode()
1168 (OCFS2_I(inode)->ip_flags & OCFS2_INODE_MAYBE_ORPHANED)) { in ocfs2_evict_inode()
1185 inode->i_nlink, oi->ip_flags); in ocfs2_drop_inode()
1187 if (oi->ip_flags & OCFS2_INODE_MAYBE_ORPHANED) in ocfs2_drop_inode()
1205 inode ? (unsigned long long)OCFS2_I(inode)->ip_flags : 0); in ocfs2_inode_revalidate()
1213 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_revalidate()