Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Dinode.c78 if (flags & OCFS2_IMMUTABLE_FL) in ocfs2_set_inode_flags()
97 OCFS2_IMMUTABLE_FL|OCFS2_NOATIME_FL|OCFS2_DIRSYNC_FL); in ocfs2_get_inode_flags()
103 oi->ip_attr |= OCFS2_IMMUTABLE_FL; in ocfs2_get_inode_flags()
Docfs2_fs.h243 #define OCFS2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */ macro