Home
last modified time | relevance | path

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

/fs/ocfs2/
Dioctl.c87 (OCFS2_APPEND_FL | OCFS2_IMMUTABLE_FL))) { in ocfs2_set_inode_attr()
Dinode.c88 if (flags & OCFS2_APPEND_FL) in ocfs2_set_inode_flags()
101 oi->ip_attr &= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL| in ocfs2_get_inode_flags()
106 oi->ip_attr |= OCFS2_APPEND_FL; in ocfs2_get_inode_flags()
Docfs2_fs.h227 #define OCFS2_APPEND_FL (0x00000020) /* writes to file may only append */ macro