Searched refs:sl_zvol_minor_hdl (Results 1 – 2 of 2) sorted by relevance
113 &sl->sl_zvol_minor_hdl, /* minor soft state */ in sbd_zvol_get_volume_params()165 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_alloc_read_bufs()251 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_alloc_write_bufs()373 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_rele_write_bufs()374 zvol_log_write_minor(sl->sl_zvol_minor_hdl, tx, offset, in sbd_zvol_rele_write_bufs()401 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_copy_read()432 if (offset + len > zvol_get_volume_size(sl->sl_zvol_minor_hdl)) in sbd_zvol_copy_write()437 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_copy_write()447 zvol_log_write_minor(sl->sl_zvol_minor_hdl, tx, offset, in sbd_zvol_copy_write()
227 void *sl_zvol_minor_hdl; member