Searched refs:nsegs (Results 1 – 1 of 1) sorted by relevance
68 unsigned *nsegs) in blk_bio_discard_split() argument75 *nsegs = 1; in blk_bio_discard_split()110 struct bio *bio, struct bio_set *bs, unsigned *nsegs) in blk_bio_write_zeroes_split() argument112 *nsegs = 0; in blk_bio_write_zeroes_split()126 unsigned *nsegs) in blk_bio_write_same_split() argument128 *nsegs = 1; in blk_bio_write_same_split()201 const struct bio_vec *bv, unsigned *nsegs, in bvec_split_segs() argument210 while (len && *nsegs < max_segs) { in bvec_split_segs()215 (*nsegs)++; in bvec_split_segs()255 unsigned nsegs = 0, sectors = 0; in blk_bio_segment_split() local[all …]