Searched refs:hbio (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/target/ |
H A D | target_core_pscsi.c | 874 enum dma_data_direction data_direction, struct bio **hbio) pscsi_map_sg() 886 *hbio = NULL; pscsi_map_sg() 926 * Set *hbio pointer to handle the case: for_each_sg() 931 if (!*hbio) for_each_sg() 932 *hbio = tbio = bio; for_each_sg() 968 while (*hbio) { 969 bio = *hbio; 970 *hbio = (*hbio)->bi_next; 994 struct bio *hbio; pscsi_execute_cmd() local 1024 ret = pscsi_map_sg(cmd, sgl, sgl_nents, data_direction, &hbio); pscsi_execute_cmd() 1028 req = blk_make_request(pdv->pdv_sd->request_queue, hbio, pscsi_execute_cmd() 1056 while (hbio) { pscsi_execute_cmd() 1057 struct bio *bio = hbio; pscsi_execute_cmd() 1058 hbio = hbio->bi_next; pscsi_execute_cmd() 873 pscsi_map_sg(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, enum dma_data_direction data_direction, struct bio **hbio) pscsi_map_sg() argument
|
Completed in 70 milliseconds