Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 2 of 2) sorted by relevance

/include/uapi/asm-generic/
Dfcntl.h23 #ifndef O_CREAT
24 #define O_CREAT 00000100 /* not fcntl */ macro
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/include/linux/
Dfcntl.h9 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \