Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dioctl.c114 if ((oldflags & OCFS2_IMMUTABLE_FL) || ((flags ^ oldflags) & in ocfs2_set_inode_attr()
115 (OCFS2_APPEND_FL | OCFS2_IMMUTABLE_FL))) { in ocfs2_set_inode_attr()
Dinode.c94 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()
Docfs2_fs.h258 #define OCFS2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */ macro