Searched refs:O_EXCL (Results 26 - 50 of 94) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbumount.c139 if ((fd = open(MOUNTED"~", O_RDWR|O_CREAT|O_EXCL, 0600)) == -1)
H A Dsmbmnt.c275 if ((fd = open(MOUNTED"~", O_RDWR|O_CREAT|O_EXCL, 0600)) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_all.c72 dst_fd = xopen3(file_header->name, O_WRONLY | O_CREAT | O_EXCL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.c117 return( nad_open( file, O_RDWR|O_CREAT|O_EXCL, fh, flags ));
122 return( bin_open( file, O_RDWR|O_CREAT|O_EXCL, fh, flags ));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dcopy_file.c46 // (No "opening without O_EXCL", no "unlink only if -f")
262 dst_fd = open(dest, O_WRONLY|O_CREAT|O_EXCL, source_stat.st_mode);
270 dst_fd = open3_or_warn(dest, O_WRONLY|O_CREAT|O_EXCL, source_stat.st_mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbback.c124 TDB_DEFAULT, O_RDWR|O_CREAT|O_EXCL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/hdpuftrs/
H A Dhdpu_cpustate.c129 return cpustate_get_ref((file->f_flags & O_EXCL));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dconfig.c108 #ifdef O_EXCL
109 { "exclusive", O_EXCL },
811 #ifdef O_EXCL
812 if((dev->mode & O_EXCL))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/coda/
H A Dcoda_linux.c71 if (flags & O_EXCL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dbbunzip.c76 /* O_EXCL: "real" bunzip2 doesn't overwrite files */
78 if (open_to_or_warn(STDOUT_FILENO, new_name, O_WRONLY | O_CREAT | O_EXCL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c263 fnum2 = cli_open(c, lockfname, O_RDWR | O_CREAT | O_EXCL,
378 fnum = cli_open(c, lockfname, O_RDWR | O_CREAT | O_EXCL,
473 fnum1 = cli_open(c1, lockfname, O_RDWR | O_CREAT | O_EXCL,
609 fnum1 = cli_open(cli1, lockfname, O_RDWR | O_CREAT | O_EXCL, DENY_NONE);
641 fnum1 = cli_open(cli1, lockfname, O_RDWR | O_CREAT | O_EXCL, DENY_NONE);
839 fnum1 = cli_open(cli1, fname, O_RDWR|O_CREAT|O_EXCL, DENY_NONE);
953 fnum1 = cli_open(cli, fname, O_RDWR|O_CREAT|O_EXCL, DENY_NONE);
1211 fnum1 = cli_open(cli, fname, O_RDWR|O_CREAT|O_EXCL, DENY_NONE);
1348 fnum1 = cli_open(cli1, fname, O_RDWR|O_CREAT|O_EXCL, DENY_NONE);
1473 fnum1 = cli_open(cli1, fname, O_RDWR|O_CREAT|O_EXCL, DENY_NON
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Ddir.c168 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dclose.c68 outfd = open(magic_output, O_CREAT|O_EXCL|O_RDWR, 0600);
H A Doplock_irix.c48 if((fd = sys_open(tmpname, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dumid.c213 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644);
H A Dfile.c233 if(flags.e) f |= O_EXCL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliprint.c171 if (!(flags & O_EXCL)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddpid.c225 if ((fd = open(fn, O_CREAT|O_RDWR|O_EXCL, 0644)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dcrontab.c166 fd = xopen3(tmp, O_RDWR|O_CREAT|O_TRUNC|O_EXCL, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dsys_ea.c568 if (flags & XATTR_CREATE) myflags |= O_EXCL;
629 if (flags & XATTR_CREATE) myflags |= O_EXCL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dnvram.c139 #define NVRAM_EXCL 2 /* opened with O_EXCL */
347 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) ||
354 if (file->f_flags & O_EXCL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_fops.c239 if (filp->f_flags & O_EXCL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Ddir.c888 * an O_EXCL create using this path component.
897 return (nd->intent.open.flags & O_EXCL) != 0;
1024 /* Let vfs_create() deal with O_EXCL */
1025 if (nd->intent.open.flags & O_EXCL) {
1097 if ((openflags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c597 if (( fd = open( name, O_WRONLY|O_CREAT|O_EXCL, 0660 )) < 0 ) {
788 if (( fd = open( tfname, O_WRONLY|O_EXCL|O_CREAT, 0660 )) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772.c1456 if (fd_ref[drive] == -1 || (fd_ref[drive] && filp->f_flags & O_EXCL))
1459 if (filp->f_flags & O_EXCL)

Completed in 283 milliseconds

1234