Searched refs:tdb_unlock (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 257 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 495 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock() function 765 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK); in tdb_chainlock_unmark() 770 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); in tdb_chainunlock() 780 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); in tdb_chainunlock_read() 1112 tdb_unlock(tdb, -1, F_WRLCK); in tdb_expand() 1115 tdb_unlock(tdb, -1, F_WRLCK); in tdb_expand() 2409 tdb_unlock(tdb, -1, F_WRLCK); in tdb_free() 2413 tdb_unlock(tdb, -1, F_WRLCK); in tdb_free() 2544 tdb_unlock(tdb, -1, F_WRLCK); in tdb_allocate() [all …]
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 12 -int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 36 +static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
|