Searched refs:nsegs (Results 1 - 1 of 1) sorted by relevance
/block/ |
H A D | blk-merge.c | 161 struct scatterlist **sg, int *nsegs, int *cluster) 196 (*nsegs)++; 207 int nsegs, cluster; local 209 nsegs = 0; 238 &nsegs, &cluster); 240 return nsegs; 251 int nsegs = 0; local 254 nsegs = __blk_bios_map_sg(q, rq->bio, sglist, &sg); 275 nsegs++; 282 return nsegs; 159 __blk_segment_map_sg(struct request_queue *q, struct bio_vec *bvec, struct scatterlist *sglist, struct bio_vec *bvprv, struct scatterlist **sg, int *nsegs, int *cluster) argument 301 int nsegs; local [all...] |
Completed in 17 milliseconds