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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dfile.c31 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
H A Ddir.c369 flags &= ~(O_CREAT | O_EXCL | O_TRUNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_inode.c72 (nd->intent.open.flags & O_EXCL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3proc.c257 * For now, we don't implement O_EXCL.
287 if (flags & O_EXCL) {
H A Dnfs4proc.c266 if (flags & O_EXCL) {
1771 if (flags & O_EXCL) {
H A Dnfs4xdr.c899 switch(arg->open_flags & O_EXCL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c730 openf = O_RDWR|O_CREAT|O_EXCL;
1554 if (ad_open(dst , adflags, O_RDWR|O_CREAT|O_EXCL, st.st_mode, &add) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamei.c68 * New symlink semantics: when open() is called with flags O_CREAT | O_EXCL
1711 if (flag & O_EXCL)
1817 nd->intent.open.flags = O_EXCL;
H A Dexec.c1515 flag = O_EXCL; /* Stop rewrite attacks */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c726 openf = O_RDWR|O_CREAT|O_EXCL;
1557 if (ad_open(dst , adflags, O_RDWR|O_CREAT|O_EXCL, st.st_mode, &add) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_prs.c62 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/smbd/
H A Dopen.c1218 flags2 |= O_EXCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzip2.c950 /* Open an output file safely with O_EXCL and good permissions.
965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_inode.c147 if (uflags & O_EXCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c685 if (oflag & O_EXCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c2250 return open(p, O_CREAT|O_EXCL|O_RDWR, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c719 if (!(flags & O_EXCL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c2541 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/drivers/block/
H A Dfloppy.c3682 if (UDRS->fd_ref == -1 || (UDRS->fd_ref && (filp->f_flags & O_EXCL)))
3685 if (filp->f_flags & O_EXCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsg.c163 wait_queue_head_t o_excl_wait; /* queue open() when O_EXCL in use */
253 if (flags & O_EXCL) {
295 if (flags & O_EXCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c1277 fi.flags = O_CREAT | O_EXCL | O_WRONLY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c4590 * Note that we don't turn on O_EXCL unless the stat failed -- if the
4591 * file was not a regular file, we leave O_EXCL off.
4594 return open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666);
4604 * We are assuming that the O_EXCL open handles the case where FILENAME
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1280 ** analogous to the O_EXCL and O_CREAT flags of the POSIX open()
23350 fd = open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600);
25421 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
26096 fd = open(path, O_CREAT|O_WRONLY|O_EXCL, 0644);
26108 fd = open(path, O_RDONLY|O_EXCL);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 718 milliseconds

1234