Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dinode.c99 if (flags & OCFS2_APPEND_FL) in ocfs2_set_inode_flags()
112 oi->ip_attr &= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL| in ocfs2_get_inode_flags()
117 oi->ip_attr |= OCFS2_APPEND_FL; in ocfs2_get_inode_flags()
Docfs2_fs.h259 #define OCFS2_APPEND_FL FS_APPEND_FL /* writes to file may only append */ macro
Dioctl.c115 (OCFS2_APPEND_FL | OCFS2_IMMUTABLE_FL))) { in ocfs2_set_inode_attr()