Searched refs:F_SETLKW (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h22 #define F_SETLKW 9 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h25 #define F_SETLKW 9 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h24 #define F_SETLKW 9 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h24 #define F_SETLKW 7 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dfcntl.h24 #define F_SETLKW 7 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfcntl.h47 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
57 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c46 (fcntl(fhp->fd, nowait ? F_SETLK : F_SETLKW, &fl)), ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h63 #define F_SETLKW 7 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c87 if (fcntl(env->lockfhp->fd, F_SETLKW, &k_lock))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddpid.c78 if (fcntl(fd, F_SETLKW, &f) < 0) {
83 if (fcntl(fd, F_SETLKW, &f) >= 0)
87 daemon_log(LOG_WARNING, "fcntl(F_SETLKW) failed: %s", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c324 fcntl(G.logFD, F_SETLKW, &fl);
343 fcntl(G.logFD, F_SETLKW, &fl);
353 fcntl(G.logFD, F_SETLKW, &fl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c101 if (lck_type == F_SETLKW) {
124 F_WRLCK, F_SETLKW) != 0) {
151 F_WRLCK, F_SETLKW) != 0) {
1134 tdb_brlock(&tdb, GLOBAL_LOCK, LOCK_SET, F_WRLCK, F_SETLKW);
1146 tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_SET, F_RDLCK, F_SETLKW);
1196 tdb_brlock(&tdb, GLOBAL_LOCK, LOCK_CLEAR, F_WRLCK, F_SETLKW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h737 # define SMB_F_SETLKW F_SETLKW
1227 #undef F_SETLKW macro
1230 #define F_SETLKW 14 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c307 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
344 ret = tdb_brlock(tdb, FREELIST_TOP+4*list, F_UNLCK, F_SETLKW, 0);
1160 return off ? tdb_brlock(tdb, off, F_RDLCK, F_SETLKW, 0) : 0;
1164 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1178 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1197 return (count == 1 ? tdb_brlock(tdb, off, F_UNLCK, F_SETLKW, 0) : 0);
1776 if (tdb_brlock(tdb, GLOBAL_LOCK, F_WRLCK, F_SETLKW, 0) == -1) {
1866 if (tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0) == -1)
1875 if (tdb_brlock(tdb, GLOBAL_LOCK, F_UNLCK, F_SETLKW, 0) == -1)
2026 if ((tdb->flags & TDB_CLEAR_IF_FIRST) && (tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c269 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
306 ret = tdb_brlock(tdb, FREELIST_TOP+4*list, F_UNLCK, F_SETLKW, 0);
1140 return off ? tdb_brlock(tdb, off, F_RDLCK, F_SETLKW, 0) : 0;
1144 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1158 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1177 return (count == 1 ? tdb_brlock(tdb, off, F_UNLCK, F_SETLKW, 0) : 0);
1734 if (tdb_brlock(tdb, GLOBAL_LOCK, F_WRLCK, F_SETLKW, 0) == -1) {
1817 if (tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0) == -1)
1824 if (tdb_brlock(tdb, GLOBAL_LOCK, F_UNLCK, F_SETLKW, 0) == -1)
2025 if (tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c275 } else if (tdb_brlock(tdb,FREELIST_TOP+4*list,ltype,F_SETLKW, 0)) {
312 ret = tdb_brlock(tdb, FREELIST_TOP+4*list, F_UNLCK, F_SETLKW, 0);
1125 return off ? tdb_brlock(tdb, off, F_RDLCK, F_SETLKW, 0) : 0;
1129 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1143 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1162 return (count == 1 ? tdb_brlock(tdb, off, F_UNLCK, F_SETLKW, 0) : 0);
1734 if (tdb_brlock(tdb, GLOBAL_LOCK, F_WRLCK, F_SETLKW, 0) == -1) {
1824 if (tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0) == -1)
1833 if (tdb_brlock(tdb, GLOBAL_LOCK, F_UNLCK, F_SETLKW, 0) == -1)
1984 if ((tdb->flags & TDB_CLEAR_IF_FIRST) && (tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A Dafppasswd.c204 fcntl(fd, F_SETLKW, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dvolinfo.c390 if (fcntl(fd, F_SETLKW, &lock) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dlocks.c1446 (can_sleep) ? F_SETLKW : F_SETLK,
1566 * will only use F_SETLK, not F_SETLKW; they will set FL_SLEEP if (and only if)
1591 * This implements both the F_SETLK and F_SETLKW commands of fcntl().
1627 if (cmd == F_SETLKW) {
1717 * This implements both the F_SETLK and F_SETLKW commands of fcntl().
1861 filp->f_op->flock(filp, F_SETLKW, &fl);
H A Dfcntl.c342 case F_SETLKW:
H A Dcompat.c403 case F_SETLKW:
441 ((cmd == F_SETLK64) ? F_SETLK : F_SETLKW),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_randnum.c242 fcntl(fd, F_SETLKW, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dusb_hotplug.c726 if (!fcntl(lock_fd, F_SETLKW, &lk_info)) break;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c839 printf(" W = F_SETLKW\n");
860 op = F_SETLKW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c565 case SOL_F_SETLKW: cmd = F_SETLKW; break;

Completed in 292 milliseconds

12