Searched refs:sl_zvol_minor_hdl (Results 1 – 2 of 2) sorted by relevance
114 &sl->sl_zvol_minor_hdl, /* minor soft state */ in sbd_zvol_get_volume_params()166 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_alloc_read_bufs()253 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_alloc_write_bufs()377 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_rele_write_bufs()378 zvol_log_write_minor(sl->sl_zvol_minor_hdl, tx, offset, in sbd_zvol_rele_write_bufs()403 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_copy_read()433 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_copy_write()438 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_copy_write()448 zvol_log_write_minor(sl->sl_zvol_minor_hdl, tx, offset, in sbd_zvol_copy_write()
231 void *sl_zvol_minor_hdl; member