Home
last modified time | relevance | path

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

/include/uapi/asm-generic/
Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/include/linux/
Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
Dfs.h3377 if (file->f_flags & O_APPEND) in iocb_flags()