Searched refs:sc_comp_buff (Results 1 – 2 of 2) sorted by relevance
272 sc->sc_comp_buff = NULL; in vnd_attach()1392 vnd->sc_comp_buff = malloc(comp_maxsize, in vndioctl()1557 if (vnd->sc_comp_buff) { in vndioctl()1558 free(vnd->sc_comp_buff, M_DEVBUF); in vndioctl()1559 vnd->sc_comp_buff = NULL; in vndioctl()1801 if (vnd->sc_comp_buff) { in vndclear()1802 free(vnd->sc_comp_buff, M_DEVBUF); in vndclear()1803 vnd->sc_comp_buff = NULL; in vndclear()2034 error = vn_rdwr(UIO_READ, vnd->sc_vp, vnd->sc_comp_buff, in compstrategy()2045 vnd->sc_comp_stream.next_in = vnd->sc_comp_buff; in compstrategy()
130 unsigned char *sc_comp_buff; /* compressed data buffer */ member