Searched refs:db_state (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c205 if (db->db_state != DB_EVICTING) {
256 if (dbf->db_state != DB_EVICTING) {
290 ASSERT(db->db_state == DB_EVICTING);
324 ASSERT3U(db->db_state, ==, DB_CACHED);
761 db->db_state != DB_FILL && !dn->dn_free_txg) {
823 if (db->db_state != DB_NOFILL)
824 db->db_state = DB_UNCACHED;
906 ASSERT3U(db->db_state, ==, DB_READ);
920 db->db_state = DB_CACHED;
923 db->db_state
[all...]
H A Ddnode_sync.c214 if (buf != NULL && child->db_state != DB_FILL &&
248 if (db->db_state != DB_CACHED)
415 if (db->db_state != DB_EVICTING &&
419 db_marker.db_state = DB_SEARCH;
H A Ddmu.c506 while (db->db_state == DB_READ ||
507 db->db_state == DB_FILL)
509 if (db->db_state == DB_UNCACHED)
H A Ddnode.c84 if (d1->db_state == DB_SEARCH) {
85 ASSERT3S(d2->db_state, !=, DB_SEARCH);
87 } else if (d2->db_state == DB_SEARCH) {
88 ASSERT3S(d1->db_state, !=, DB_SEARCH);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c413 static void *db_state; variable
445 if (((rc = ddi_soft_state_init(&db_state,
448 ddi_soft_state_fini(&db_state);
461 ddi_soft_state_fini(&db_state);
490 if ((dbp = ddi_get_soft_state(db_state,
531 if (ddi_soft_state_zalloc(db_state, instance) != DDI_SUCCESS) {
536 dbp = (db_ctrl_t *)ddi_get_soft_state(db_state, instance);
557 ddi_soft_state_free(db_state, instance);
571 ddi_soft_state_free(db_state, instance);
586 ddi_soft_state_free(db_state, instanc
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h208 dbuf_states_t db_state; member in struct:dmu_buf_impl

Completed in 62 milliseconds