Lines Matching refs:i_flags
75 inode->i_flags &= ~(S_IMMUTABLE |
79 inode->i_flags |= S_IMMUTABLE;
82 inode->i_flags |= S_SYNC;
84 inode->i_flags |= S_APPEND;
86 inode->i_flags |= S_NOATIME;
88 inode->i_flags |= S_DIRSYNC;
91 /* Propagate flags from i_flags to OCFS2_I(inode)->ip_attr */
94 unsigned int flags = oi->vfs_inode.i_flags;
282 BUG_ON(!(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL)));
321 le32_to_cpu(fe->i_flags));
322 if (fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) {
324 inode->i_flags |= S_NOQUOTA;
327 if (fe->i_flags & cpu_to_le32(OCFS2_LOCAL_ALLOC_FL)) {
329 } else if (fe->i_flags & cpu_to_le32(OCFS2_BITMAP_FL)) {
331 } else if (fe->i_flags & cpu_to_le32(OCFS2_QUOTA_FL)) {
332 inode->i_flags |= S_NOQUOTA;
333 } else if (fe->i_flags & cpu_to_le32(OCFS2_SUPER_BLOCK_FL)) {
378 BUG_ON(le32_to_cpu(fe->i_flags) & OCFS2_SYSTEM_FL);
533 mlog_bug_on_msg(!!(fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) !=
690 di->i_flags &= cpu_to_le32(~(OCFS2_VALID_FL | OCFS2_ORPHANED_FL));
915 if (!(di->i_flags & cpu_to_le32(OCFS2_ORPHANED_FL)) &&
937 le32_to_cpu(di->i_flags), oi->ip_flags);
1055 if (unlikely(di->i_flags & cpu_to_le32(OCFS2_DIO_ORPHANED_FL))) {
1403 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
1468 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
1524 if (!(di->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {