Home
last modified time | relevance | path

Searched refs:b_state (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1286 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()
1472 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()
2149 ASSERT(hdr->b_l1hdr.b_state == arc_anon); in add_reference()
2154 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()
2182 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()
2223 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2406 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
2783 arc_state_t *state = hdr->b_l1hdr.b_state; in arc_hdr_free_on_write()
2819 arc_state_t *state = hdr->b_l1hdr.b_state; in arc_share_buf()
2831 zfs_refcount_transfer_ownership_many(&hdr->b_l1hdr.b_state->arcs_size, in arc_share_buf()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c593 int b_state; member
619 lap->hba_rstate = bus_devinfo_to_recep_state(bstate.b_state); in do_stat_bus()
683 bsp->b_state = di_state(node); in get_bus_state()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c1737 switch (bp->b_state) { in dr_attach_update_state()
1824 if ((bp->b_state != DR_STATE_RELEASE) && in dr_release_update_state()
1885 if ((bp->b_state == DR_STATE_RELEASE) && in dr_release_done()
1964 bstate = bp->b_state; in dr_detach_update_state()
1973 } else if ((bp->b_state != DR_STATE_PARTIAL) && in dr_detach_update_state()
2103 if (bp->b_state != new_state) { in dr_dev_cancel()
2769 state_str[bp->b_state], bp->b_state, in dr_board_transition()
2772 bp->b_state = st; in dr_board_transition()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c1769 switch (bp->b_state) { in dr_attach_update_state()
1856 if ((bp->b_state != DR_STATE_RELEASE) && in dr_release_update_state()
1917 if ((bp->b_state == DR_STATE_RELEASE) && in dr_release_done()
1996 bstate = bp->b_state; in dr_detach_update_state()
2005 } else if ((bp->b_state != DR_STATE_PARTIAL) && in dr_detach_update_state()
2135 if (bp->b_state != new_state) { in dr_dev_cancel()
2799 state_str[bp->b_state], bp->b_state, in dr_board_transition()
2802 bp->b_state = st; in dr_board_transition()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4048 uintptr_t b_state; member
4160 GETMEMB(addr + data->l1hdr_off, "l1arc_buf_hdr", b_state, in arc_compression_stats_cb()
4161 hdr.b_l1hdr.b_state) == -1) in arc_compression_stats_cb()
4169 if (hdr.b_l1hdr.b_state == data->mrug_sym.st_value || in arc_compression_stats_cb()
4170 hdr.b_l1hdr.b_state == data->mfug_sym.st_value || in arc_compression_stats_cb()
4171 hdr.b_l1hdr.b_state == data->l2c_sym.st_value) { in arc_compression_stats_cb()
4236 if (hdr.b_l1hdr.b_state == data->anon_sym.st_value) { in arc_compression_stats_cb()
4240 } else if (hdr.b_l1hdr.b_state == data->mru_sym.st_value) { in arc_compression_stats_cb()
4244 } else if (hdr.b_l1hdr.b_state == data->mfu_sym.st_value) { in arc_compression_stats_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h166 arc_state_t *b_state; member
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h359 dr_state_t b_state; /* board DR state */ member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h390 dr_state_t b_state; /* board DR state */ member