Home
last modified time | relevance | path

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

/include/linux/
Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
Dfs.h2707 ret = break_deleg(inode, O_WRONLY|O_NONBLOCK); in try_break_deleg()
2719 ret = break_deleg(*delegated_inode, O_WRONLY); in break_deleg_wait()
2730 wait ? O_WRONLY : O_WRONLY | O_NONBLOCK, in break_layout()
/include/uapi/asm-generic/
Dfcntl.h21 #define O_WRONLY 00000001 macro
/include/linux/lockd/
Dlockd.h309 file->f_file[O_RDONLY] : file->f_file[O_WRONLY]); in nlmsvc_file_inode()