Searched refs:OCFS2_IMMUTABLE_FL (Results 1 – 3 of 3) sorted by relevance
114 if ((oldflags & OCFS2_IMMUTABLE_FL) || ((flags ^ oldflags) & in ocfs2_set_inode_attr()115 (OCFS2_APPEND_FL | OCFS2_IMMUTABLE_FL))) { in ocfs2_set_inode_attr()
94 if (flags & OCFS2_IMMUTABLE_FL) in ocfs2_set_inode_flags()113 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()119 oi->ip_attr |= OCFS2_IMMUTABLE_FL; in ocfs2_get_inode_flags()
258 #define OCFS2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */ macro