Searched refs:O_WRONLY (Results 1 – 3 of 3) sorted by relevance
9 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
2554 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()
21 #define O_WRONLY 00000001 macro