Home
last modified time | relevance | path

Searched refs:tdb_unlock (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c266 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
504 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock() function
775 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK); in tdb_chainlock_unmark()
780 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); in tdb_chainunlock()
790 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); in tdb_chainunlock_read()
1125 tdb_unlock(tdb, -1, F_WRLCK); in tdb_expand()
1128 tdb_unlock(tdb, -1, F_WRLCK); in tdb_expand()
2428 tdb_unlock(tdb, -1, F_WRLCK); in tdb_free()
2432 tdb_unlock(tdb, -1, F_WRLCK); in tdb_free()
2563 tdb_unlock(tdb, -1, F_WRLCK); in tdb_allocate()
[all …]
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes12 -int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
36 +static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);