Searched refs:cont_bp (Results 1 – 1 of 1) sorted by relevance
16286 struct buf *cont_bp; in st_get_bigblk_bp() local16303 cont_bp = cp->cm_bp; in st_get_bigblk_bp()16311 un->un_sbufp = cont_bp; in st_get_bigblk_bp()16316 cont_bp->b_bcount = bp->b_bcount; in st_get_bigblk_bp()16317 cont_bp->b_resid = bp->b_resid; in st_get_bigblk_bp()16318 cont_bp->b_iodone = st_bigblk_xfer_done; in st_get_bigblk_bp()16319 cont_bp->b_file = bp->b_file; in st_get_bigblk_bp()16320 cont_bp->b_offset = bp->b_offset; in st_get_bigblk_bp()16321 cont_bp->b_dip = bp->b_dip; in st_get_bigblk_bp()16322 cont_bp->b_error = 0; in st_get_bigblk_bp()[all …]