Lines Matching refs:i_flags
77 inode->i_flags &= ~(S_IMMUTABLE |
81 inode->i_flags |= S_IMMUTABLE;
84 inode->i_flags |= S_SYNC;
86 inode->i_flags |= S_APPEND;
88 inode->i_flags |= S_NOATIME;
90 inode->i_flags |= S_DIRSYNC;
93 /* Propagate flags from i_flags to OCFS2_I(inode)->ip_attr */
96 unsigned int flags = oi->vfs_inode.i_flags;
284 BUG_ON(!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)));
323 le32_to_cpu(fe->i_flags));
324 if (fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) {
326 inode->i_flags |= S_NOQUOTA;
329 if (fe->i_flags & cpu_to_le32(OCFS2_LOCAL_ALLOC_FL)) {
331 } else if (fe->i_flags & cpu_to_le32(OCFS2_BITMAP_FL)) {
333 } else if (fe->i_flags & cpu_to_le32(OCFS2_QUOTA_FL)) {
334 inode->i_flags |= S_NOQUOTA;
335 } else if (fe->i_flags & cpu_to_le32(OCFS2_SUPER_BLOCK_FL)) {
380 BUG_ON(le32_to_cpu(fe->i_flags) & OCFS2_SYSTEM_FL);
535 mlog_bug_on_msg(!!(fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) !=
692 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL));
917 if (!(di->i_flags & cpu_to_le32(OCFS2_ORPHANED_FL)) &&
939 le32_to_cpu(di->i_flags), oi->ip_flags);
1057 if (unlikely(di->i_flags & cpu_to_le32(OCFS2_DIO_ORPHANED_FL))) {
1405 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
1470 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
1526 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {