Home
last modified time | relevance | path

Searched refs:OCFS2_IMMUTABLE_FL (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dioctl.c86 if ((oldflags & OCFS2_IMMUTABLE_FL) || ((flags ^ oldflags) & in ocfs2_set_inode_attr()
87 (OCFS2_APPEND_FL | OCFS2_IMMUTABLE_FL))) { in ocfs2_set_inode_attr()
Dinode.c83 if (flags & OCFS2_IMMUTABLE_FL) in ocfs2_set_inode_flags()
102 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()
108 oi->ip_attr |= OCFS2_IMMUTABLE_FL; in ocfs2_get_inode_flags()
Docfs2_fs.h226 #define OCFS2_IMMUTABLE_FL (0x00000010) /* Immutable file */ macro