Searched refs:tdb_free (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dfreelist.c95 int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) function
105 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: update_tailer failed!\n"));
115 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: right read failed at %u\n", right));
122 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: right free failed at %u\n", right));
138 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: left offset read failed at %u\n", left));
151 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: left read failed at %u (%u)\n", left, leftsize));
158 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: left free failed at %u\n", left));
169 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: update_tailer failed at %u\n", offset));
179 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free record write failed at offset=%d\n", offset));
226 lock, otherwise tdb_free() migh
[all...]
H A Dtdb_private.h190 int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
H A Dio.c311 if (tdb_free(tdb, offset, &rec) == -1)
H A Dtdb.c256 if (tdb_free(tdb, rec_ptr, rec) == -1)
H A Dtransaction.c44 tdb_free() the old record to place it on the normal tdb freelist
630 if (tdb_free(tdb, recovery_head, &rec) == -1) {
636 /* the tdb_free() call might have increased the recovery size */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c624 static int tdb_free(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) function
634 TDB_LOG((tdb, 0, "tdb_free: upfate_tailer failed!\n"));
644 TDB_LOG((tdb, 0, "tdb_free: right read failed at %u\n", right));
651 TDB_LOG((tdb, 0, "tdb_free: right free failed at %u\n", right));
667 TDB_LOG((tdb, 0, "tdb_free: left offset read failed at %u\n", left));
674 TDB_LOG((tdb, 0, "tdb_free: left read failed at %u (%u)\n", left, leftsize));
681 TDB_LOG((tdb, 0, "tdb_free: left free failed at %u\n", left));
692 TDB_LOG((tdb, 0, "tdb_free: update_tailer failed at %u\n", offset));
702 TDB_LOG((tdb, 0, "tdb_free record write failed at offset=%d\n", offset));
822 if (tdb_free(td
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c631 static int tdb_free(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) function
641 TDB_LOG((tdb, 0, "tdb_free: upfate_tailer failed!\n"));
651 TDB_LOG((tdb, 0, "tdb_free: right read failed at %u\n", right));
658 TDB_LOG((tdb, 0, "tdb_free: right free failed at %u\n", right));
674 TDB_LOG((tdb, 0, "tdb_free: left offset read failed at %u\n", left));
681 TDB_LOG((tdb, 0, "tdb_free: left read failed at %u (%u)\n", left, leftsize));
688 TDB_LOG((tdb, 0, "tdb_free: left free failed at %u\n", left));
699 TDB_LOG((tdb, 0, "tdb_free: update_tailer failed at %u\n", offset));
709 TDB_LOG((tdb, 0, "tdb_free record write failed at offset=%d\n", offset));
829 if (tdb_free(td
[all...]

Completed in 85 milliseconds