Searched refs:OCFS2_FL_MODIFIABLE (Results 1 – 2 of 2) sorted by relevance
110 flags = flags & OCFS2_FL_MODIFIABLE; in ocfs2_fileattr_set()111 flags |= oldflags & ~OCFS2_FL_MODIFIABLE; in ocfs2_fileattr_set()
263 #define OCFS2_FL_MODIFIABLE FS_FL_USER_MODIFIABLE /* User modifiable flags */ macro