Searched defs:transaction_read (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c1335 static int transaction_read(struct tdb_context *tdb, tdb_off_t off, void *buf, function
1355 if (transaction_read(tdb, off, buf, partial, cv) != 0) {
1375 if (len != 0 && transaction_read(tdb, off, buf, len, cv) != 0) {
1386 TDB_LOG((tdb, TDB_DEBUG_FATAL, "transaction_read: failed at off=%d len=%d\n", off, len));
1568 transaction_read,

Completed in 964 milliseconds