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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c219 int (*tdb_brlock)(struct tdb_context *, tdb_off_t , int, int, int, size_t); member in struct:tdb_methods
258 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len);
332 int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, function
364 TDB_LOG((tdb, TDB_DEBUG_TRACE,"tdb_brlock failed (fd=%d) at offset %d rw_type=%d lck_type=%d len=%d\n",
384 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) {
458 tdb->methods->tdb_brlock(tdb,FREELIST_TOP+4*list, ltype, op,
550 ret = tdb->methods->tdb_brlock(tdb, FREELIST_TOP+4*list, F_UNLCK,
587 if (tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, ltype,
606 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1);
643 tdb->methods->tdb_brlock(td
[all...]

Completed in 74 milliseconds