Searched refs:F_WRLCK (Results 1 - 25 of 62) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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))
54 flk.l_type = mode ? F_WRLCK : F_RDLCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dfcntl.h33 #define F_WRLCK 02 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h31 #define F_WRLCK 2 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h29 #define F_WRLCK 2 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dfcntl_lock64.c45 lock.l_type = F_WRLCK;
51 lock.l_type = F_WRLCK;
68 lock.l_type = F_WRLCK;
H A Dfcntl_lock.c63 lock.l_type = F_WRLCK;
69 lock.l_type = F_WRLCK;
92 lock.l_type = F_WRLCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dlock.c23 fl.l_type = F_WRLCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h28 #define F_WRLCK 2 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c212 if ((rw_type == F_WRLCK) && (tdb->read_only)) {
541 if (tdb_lock(tdb, i, F_WRLCK) != 0)
545 return tdb_unlock(tdb, i, F_WRLCK);
554 return tdb_unlock(tdb, i, F_WRLCK);
574 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
581 tdb_unlock(tdb, -1, F_WRLCK);
588 tdb_unlock(tdb, -1, F_WRLCK);
594 tdb_unlock(tdb, -1, F_WRLCK);
607 return tdb_unlock(tdb, -1, F_WRLCK);
636 if (tdb_lock(tdb, -1, F_WRLCK) !
[all...]
H A Dspinlock.c337 case F_WRLCK:
360 case F_WRLCK:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c212 if ((rw_type == F_WRLCK) && (tdb->read_only)) {
541 if (tdb_lock(tdb, i, F_WRLCK) != 0)
545 return tdb_unlock(tdb, i, F_WRLCK);
554 return tdb_unlock(tdb, i, F_WRLCK);
574 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
581 tdb_unlock(tdb, -1, F_WRLCK);
588 tdb_unlock(tdb, -1, F_WRLCK);
594 tdb_unlock(tdb, -1, F_WRLCK);
607 return tdb_unlock(tdb, -1, F_WRLCK);
636 if (tdb_lock(tdb, -1, F_WRLCK) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c241 if ((rw_type == F_WRLCK) && (tdb->read_only)) {
566 if (tdb_lock(tdb, i, F_WRLCK) != 0)
570 return tdb_unlock(tdb, i, F_WRLCK);
579 return tdb_unlock(tdb, i, F_WRLCK);
599 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
606 tdb_unlock(tdb, -1, F_WRLCK);
613 tdb_unlock(tdb, -1, F_WRLCK);
619 tdb_unlock(tdb, -1, F_WRLCK);
632 return tdb_unlock(tdb, -1, F_WRLCK);
661 if (tdb_lock(tdb, -1, F_WRLCK) !
[all...]
H A Dspinlock.c387 case F_WRLCK:
410 case F_WRLCK:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c209 if ((rw_type == F_WRLCK) && (tdb->read_only)) {
534 if (tdb_lock(tdb, i, F_WRLCK) != 0)
538 return tdb_unlock(tdb, i, F_WRLCK);
547 return tdb_unlock(tdb, i, F_WRLCK);
567 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
574 tdb_unlock(tdb, -1, F_WRLCK);
581 tdb_unlock(tdb, -1, F_WRLCK);
587 tdb_unlock(tdb, -1, F_WRLCK);
600 return tdb_unlock(tdb, -1, F_WRLCK);
629 if (tdb_lock(tdb, -1, F_WRLCK) !
[all...]
H A Dspinlock.c379 case F_WRLCK:
402 case F_WRLCK:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpidfile.c102 if (fcntl_lock(fd,SMB_F_SETLK,0,1,F_WRLCK)==False) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c42 fl.l_type = acquire ? F_WRLCK : F_UNLCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h80 #define F_WRLCK 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c73 lock.l_type = F_WRLCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dxdr.c235 argp->lock.fl.fl_type = F_WRLCK;
260 argp->lock.fl.fl_type = F_WRLCK;
280 argp->lock.fl.fl_type = F_WRLCK;
398 *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero;
425 fl->fl_type = excl? F_WRLCK : F_RDLCK;
448 *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero;
465 *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero;
H A Dxdr4.c242 argp->lock.fl.fl_type = F_WRLCK;
267 argp->lock.fl.fl_type = F_WRLCK;
287 argp->lock.fl.fl_type = F_WRLCK;
405 *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero;
433 fl->fl_type = excl? F_WRLCK : F_RDLCK;
456 *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero;
473 *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dshared.c80 fcntl_lock(shared_fd,SMB_F_SETLKW,0,1,F_WRLCK)==False) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c86 k_lock.l_type = F_WRLCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dsystems.h109 flock.l_type = F_WRLCK; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c146 return F_WRLCK;
180 case F_WRLCK:
287 case F_WRLCK:
482 if (sys_fl->fl_type == F_WRLCK)
484 if (caller_fl->fl_type == F_WRLCK)
990 fl.fl_type = (read_write == FLOCK_VERIFY_WRITE) ? F_WRLCK : F_RDLCK;
1072 alloc_err = lease_alloc(NULL, mode & FMODE_WRITE ? F_WRLCK : F_RDLCK,
1093 } else if (flock->fl_type & F_WRLCK) {
1168 if (flock && IS_LEASE(flock) && (flock->fl_type & F_WRLCK))
1223 if ((arg == F_WRLCK)
[all...]

Completed in 206 milliseconds

123