Searched refs:BUCKET (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 139 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off_t)) 162 #define BUCKET(hash) ((hash) % tdb->header.hash_size) macro 747 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); in tdb_chainlock() 755 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); in tdb_chainlock_nonblock() 761 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK); in tdb_chainlock_mark() 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() 777 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); in tdb_chainlock_read() 782 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); in tdb_chainunlock_read() 2924 tdb->travlocks.hash = BUCKET(rec.full_hash); in tdb_nextkey() [all …]
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 14762 BUCKET B AH1 K AH0 T
|