Searched refs:tdb_lock (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Ddump.c68 if (tdb_lock(tdb, i, F_WRLCK) != 0)
101 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
H A Dfreelistcheck.c62 if (tdb_lock(tdb, -1, F_WRLCK) == -1) {
H A Dtdb.c98 if (tdb_lock(tdb, BUCKET(hash), locktype) == -1)
292 if (tdb_lock(tdb, -1, F_WRLCK) == -1) {
335 if (tdb_lock(tdb, BUCKET(hash), F_WRLCK) == -1)
429 if (tdb_lock(tdb, BUCKET(hash), F_WRLCK) == -1)
503 if (tdb_lock(tdb, -1, F_WRLCK) == -1) {
561 if (tdb_lock(tdb, BUCKET(hash), F_WRLCK) == -1)
H A Dlock.c108 int tdb_lock(struct tdb_context *tdb, int list, int ltype) function
124 TDB_LOG((tdb, TDB_DEBUG_ERROR,"tdb_lock: invalid list %d for ltype=%d\n",
138 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_lock: "
163 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_lock failed on list %d "
351 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
361 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
H A Dfreelist.c100 if (tdb_lock(tdb, -1, F_WRLCK) != 0)
266 if (tdb_lock(tdb, -1, F_WRLCK) == -1)
H A Dtraverse.c74 if (tdb_lock(tdb, tlock->hash, tlock->lock_rw) == -1)
289 if (tdb_lock(tdb,tdb->travlocks.hash,tdb->travlocks.lock_rw))
H A Dtdb_private.h181 int tdb_lock(struct tdb_context *tdb, int list, int ltype);
H A Dio.c257 if (tdb_lock(tdb, -1, F_WRLCK) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.c114 static int tdb_lock(TDB_CONTEXT *tdb, int list) function
323 tdb_lock(tdb,-1);
398 tdb_lock(tdb, -1);
630 tdb_lock(tdb, BUCKET(hash));
674 tdb_lock(tdb, BUCKET(hash));
710 tdb_lock(tdb, BUCKET(hash));
740 tdb_lock(tdb, BUCKET(h));
814 tdb_lock(tdb, BUCKET(hash));
863 tdb_lock(tdb, hbucket);
878 tdb_lock(td
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c250 static int tdb_lock(TDB_CONTEXT *tdb, int list, int ltype) function
253 TDB_LOG((tdb, 0,"tdb_lock: invalid list %d for ltype=%d\n",
265 TDB_LOG((tdb, 0, "tdb_lock spinlock failed on list ltype=%d\n",
270 TDB_LOG((tdb, 0,"tdb_lock failed on list %d ltype=%d (%s)\n",
541 if (tdb_lock(tdb, i, F_WRLCK) != 0)
574 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
636 if (tdb_lock(tdb, -1, F_WRLCK) != 0)
781 if (tdb_lock(tdb, -1, F_WRLCK) == -1) {
851 if (tdb_lock(tdb, -1, F_WRLCK) == -1)
1028 if (tdb_lock(td
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c256 static int tdb_lock(TDB_CONTEXT *tdb, int list, int ltype) function
259 TDB_LOG((tdb, 0,"tdb_lock: invalid list %d for ltype=%d\n",
271 TDB_LOG((tdb, 0, "tdb_lock spinlock failed on list %d ltype=%d\n",
276 TDB_LOG((tdb, 0,"tdb_lock failed on list %d ltype=%d (%s)\n",
534 if (tdb_lock(tdb, i, F_WRLCK) != 0)
567 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0)
629 if (tdb_lock(tdb, -1, F_WRLCK) != 0)
774 if (tdb_lock(tdb, -1, F_WRLCK) == -1) {
846 if (tdb_lock(tdb, -1, F_WRLCK) == -1)
1005 if (tdb_lock(td
[all...]

Completed in 74 milliseconds