Home
last modified time | relevance | path

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

/include/linux/
Dfcntl.h9 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
Dfs.h2554 ret = break_deleg(inode, O_WRONLY|O_NONBLOCK); in try_break_deleg()
2566 ret = break_deleg(*delegated_inode, O_WRONLY); in break_deleg_wait()
2577 wait ? O_WRONLY : O_WRONLY | O_NONBLOCK, in break_layout()
/include/uapi/asm-generic/
Dfcntl.h21 #define O_WRONLY 00000001 macro