Searched refs:F_SETLK (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dlockdev.h35 #if (defined(F_SETLK) && defined(F_WRLCK))
53 #if (defined(F_SETLK) && defined(F_WRLCK))
59 if (fcntl(fd, F_SETLK, &flk) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dlock.c27 res = fcntl(fd, F_SETLK, &fl);
45 return fcntl(fd, F_SETLK, &fl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h21 #define F_SETLK 8 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h24 #define F_SETLK 8 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h23 #define F_SETLK 8 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h23 #define F_SETLK 6 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dfcntl.h23 #define F_SETLK 6 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfcntl.h46 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
56 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dsystems.h96 fcntl (dbf->desc, F_SETLK, &flock); \
104 lock_val = fcntl (dbf->desc, F_SETLK, &flock); \
112 lock_val = fcntl (dbf->desc, F_SETLK, &flock); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c77 if (fcntl(old_fd, F_SETLK, &lock) < 0)
97 fcntl(old_fd, F_SETLK, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h131 lock_reg((fd), F_SETLK, F_RDLCK, (offset), (whence), (len))
133 lock_reg((fd), F_SETLK, F_WRLCK, (offset), (whence), (len))
135 lock_reg((fd), F_SETLK, F_UNLCK, (offset), (whence), (len))
/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.h62 #define F_SETLK 6 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dfcntl_lock.c99 fcntl(fd,F_SETLK,&lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_lock.c88 set_lock(ad->adf_fd, F_SETLK, &lock->lock); /* unlock */
152 set_lock(fd, F_SETLK, &lock[i].lock);
360 if (!adf->adf_excl && set_lock(adf->adf_fd, F_SETLK, &lock) < 0)
402 if (!adf->adf_excl) set_lock(adf->adf_fd, F_SETLK, &lock);
586 err = set_lock(adf->adf_fd, F_SETLK, &lock);
619 err = set_lock(adf->adf_fd, F_SETLK, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c100 if (fcntl(env->lockfhp->fd, F_SETLK, &k_lock))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunix_io.c126 if (fcntl(DEV_FD(dev), F_SETLK, &flk)) {
171 if (fcntl(DEV_FD(dev), F_SETLK, &flk))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dvolinfo.c402 fcntl(fd, F_SETLK, &lock);
501 if (fcntl(fd, F_SETLK, &lock) < 0) {
598 fcntl(fd, F_SETLK, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h745 # define SMB_F_SETLK F_SETLK
1228 #undef F_SETLK macro
1229 #define F_SETLK 13 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dsvcsubs.c176 if (vfs_lock_file(file->f_file, F_SETLK, &lock, NULL) < 0) {
H A Dsvclock.c415 error = vfs_lock_file(file->f_file, F_SETLK, &lock->fl, NULL);
564 error = vfs_lock_file(file->f_file, F_SETLK, &lock->fl, NULL);
728 error = vfs_lock_file(file->f_file, F_SETLK, &lock->fl, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dlocktest2.c111 return fcntl(fd,F_SETLK,&lock) == 0;
132 return fcntl(fd,F_SETLK,&lock) == 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A Dafppasswd.c207 fcntl(fd, F_SETLK, &lock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c259 if (!probe && lck_type != F_SETLK) {
1164 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1174 return tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1);
1178 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1184 return tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0);
1784 (locked = (tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0) == 0))) {
1851 if (tdb_brlock(tdb, ACTIVE_LOCK, F_UNLCK, F_SETLK, 0) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c230 if (!probe && lck_type != F_SETLK) {
1144 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1154 return tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1);
1158 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
1164 return tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0);
1741 if ((locked = (tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0) == 0))
1809 if (tdb_brlock(tdb, ACTIVE_LOCK, F_UNLCK, F_SETLK, 0) == -1) {

Completed in 151 milliseconds

12