Home
last modified time | relevance | path

Searched refs:OCFS2_APPEND_FL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dinode.c85 if (flags & OCFS2_APPEND_FL) in ocfs2_set_inode_flags()
98 oi->ip_attr &= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL| in ocfs2_get_inode_flags()
103 oi->ip_attr |= OCFS2_APPEND_FL; in ocfs2_get_inode_flags()
H A Docfs2_fs.h246 #define OCFS2_APPEND_FL FS_APPEND_FL /* writes to file may only append */ macro
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dinode.c83 if (flags & OCFS2_APPEND_FL) in ocfs2_set_inode_flags()
96 oi->ip_attr &= ~(OCFS2_SYNC_FL|OCFS2_APPEND_FL| in ocfs2_get_inode_flags()
101 oi->ip_attr |= OCFS2_APPEND_FL; in ocfs2_get_inode_flags()
H A Docfs2_fs.h244 #define OCFS2_APPEND_FL FS_APPEND_FL /* writes to file may only append */ macro

Completed in 10 milliseconds