Searched refs:O_WRONLY (Results 151 - 160 of 160) sorted by relevance

1234567

/linux-master/kernel/printk/
H A Dprintk.c918 if ((file->f_flags & O_ACCMODE) != O_WRONLY) {
/linux-master/fs/bcachefs/
H A Dfs.c1100 if (file->f_flags & (O_WRONLY|O_RDWR)) {
/linux-master/fs/nfs/
H A Ddir.c3235 if ((openflags & O_ACCMODE) != O_WRONLY)
/linux-master/fs/nfsd/
H A Dnfs4proc.c204 oflags |= O_WRONLY;
/linux-master/fs/
H A Dnamei.c3554 if (open_flag & (O_CREAT | O_TRUNC | O_WRONLY | O_RDWR)) {
/linux-master/drivers/scsi/
H A Dst.c1208 ((st_flags & O_ACCMODE) == O_WRONLY ||
/linux-master/kernel/bpf/
H A Dsyscall.c1020 return O_WRONLY;
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7992 fd = open("/sys/fs/cgroup/cgroup.procs", O_WRONLY);
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2062 oflags |= O_WRONLY;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c10802 fd = open(file, O_WRONLY | O_APPEND | O_CLOEXEC, 0);

Completed in 299 milliseconds

1234567