Searched refs:db_hash_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h183 struct dmu_buf_impl *db_hash_next; member in struct:dmu_buf_impl
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c202 for (db = h->hash_table[idx]; db != NULL; db = db->db_hash_next) {
253 for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->db_hash_next) {
265 db->db_hash_next = h->hash_table[idx];
296 dbp = &dbf->db_hash_next;
299 *dbp = db->db_hash_next;
300 db->db_hash_next = NULL;
2138 ASSERT(db->db_hash_next == NULL);
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c549 dbp = (uintptr_t)db.db_hash_next;

Completed in 75 milliseconds