Searched refs:O_EXCL (Results 51 - 75 of 99) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dradvd.c294 fd = open(pidfile, O_CREAT|O_EXCL|O_WRONLY, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dfile.c83 if ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
203 if (file->f_flags & O_EXCL)
225 * O_CREAT | O_EXCL FILE_CREATE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmount.c276 if ((fd = open(MOUNTED"~", O_RDWR|O_CREAT|O_EXCL, 0600)) == -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c614 This->fd = open(name, mode | dev->mode | O_EXCL | O_NDELAY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrond.c849 mailFd = open(mailFile, O_CREAT | O_TRUNC | O_WRONLY | O_EXCL | O_APPEND, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c453 O_WRONLY|O_CREAT|O_EXCL|O_TRUNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c303 localhandle = open(newpath, O_CREAT | O_NONBLOCK | O_RDWR | (!resume?O_EXCL:0), 0755);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c1238 * O_EXCL: fail if exists with O_CREAT
1328 * for now ad_open is never called with O_TRUNC or O_EXCL if the file is
1330 * O_EXCL --> error
1365 hoflags = oflags & ~(O_CREAT | O_EXCL);
1372 hoflags = oflags & ~(O_CREAT | O_EXCL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dataflop.c1816 if (p->ref == -1 || (p->ref && filp->f_flags & O_EXCL))
1819 if (filp->f_flags & O_EXCL)
H A Dswim3.c904 } else if (fs->ref_count == -1 || filp->f_flags & O_EXCL)
930 if (filp->f_flags & O_EXCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c312 /* its like O_CREAT|O_EXCL -> fail */
374 * EEXIST: open with O_CREAT | O_EXCL failed
381 * try to create a file with O_CREAT | O_EXCL, but the whole process in not atomic.
393 if ((fd = open(uname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
469 if ((fd = open(eaname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c1238 * O_EXCL: fail if exists with O_CREAT
1328 * for now ad_open is never called with O_TRUNC or O_EXCL if the file is
1330 * O_EXCL --> error
1375 hoflags = oflags & ~(O_CREAT | O_EXCL);
1382 hoflags = oflags & ~(O_CREAT | O_EXCL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c312 /* its like O_CREAT|O_EXCL -> fail */
374 * EEXIST: open with O_CREAT | O_EXCL failed
381 * try to create a file with O_CREAT | O_EXCL, but the whole process in not atomic.
393 if ((fd = open(uname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
469 if ((fd = open(eaname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_smbpasswd.c166 if((fd = sys_open(pfile, O_CREAT|O_TRUNC|O_EXCL|O_RDWR, 0600))!=-1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dprocess.c833 fd = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c215 printf(" E = O_EXCL\n");
247 flags |= O_EXCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1536 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
H A Dutils.c952 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c503 if (flags & 0x400) fl |= O_EXCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dblock_dev.c1050 if (!(filp->f_flags & O_EXCL) )
H A Dopen.c705 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);

Completed in 399 milliseconds

1234