Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dinode.c84 if (flags & OCFS2_IMMUTABLE_FL) in ocfs2_set_inode_flags()
103 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()
109 oi->ip_attr |= OCFS2_IMMUTABLE_FL; in ocfs2_get_inode_flags()
Dioctl.c120 if ((oldflags & OCFS2_IMMUTABLE_FL) || ((flags ^ oldflags) & in ocfs2_set_inode_attr()
121 (OCFS2_APPEND_FL | OCFS2_IMMUTABLE_FL))) { in ocfs2_set_inode_attr()
Docfs2_fs.h250 #define OCFS2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */ macro