Searched refs:O_CREAT (Results 101 - 105 of 105) sorted by relevance

12345

/linux-master/tools/perf/util/
H A Dsymbol-elf.c2031 kcore->fd = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0400);
/linux-master/fs/nfsd/
H A Dnfs4proc.c201 oflags = O_CREAT | O_LARGEFILE;
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c594 if (!xrcd && !(cmd.oflags & O_CREAT)) {
/linux-master/fs/fuse/
H A Dfile.c33 inarg.flags = open_flags & ~(O_CREAT | O_EXCL | O_NOCTTY);
/linux-master/fs/nfs/
H A Dnfs4xdr.c1461 switch (arg->open_flags & O_CREAT) {

Completed in 141 milliseconds

12345