Lines Matching defs:dbf
402 dmu_buf_impl_t *dbf;
410 for (dbf = h->hash_table[idx], i = 0; dbf != NULL;
411 dbf = dbf->db_hash_next, i++) {
412 if (DBUF_EQUAL(dbf, os, obj, level, blkid)) {
413 mutex_enter(&dbf->db_mtx);
414 if (dbf->db_state != DB_EVICTING) {
416 return (dbf);
418 mutex_exit(&dbf->db_mtx);
481 dmu_buf_impl_t *dbf, **dbp;
497 while ((dbf = *dbp) != db) {
498 dbp = &dbf->db_hash_next;
499 ASSERT(dbf != NULL);