Searched refs:tdb_unlock (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 259 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 497 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock() function 767 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK); in tdb_chainlock_unmark() 772 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); in tdb_chainunlock() 782 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); in tdb_chainunlock_read() 1117 tdb_unlock(tdb, -1, F_WRLCK); in tdb_expand() 1120 tdb_unlock(tdb, -1, F_WRLCK); in tdb_expand() 2414 tdb_unlock(tdb, -1, F_WRLCK); in tdb_free() 2418 tdb_unlock(tdb, -1, F_WRLCK); in tdb_free() 2549 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);
|