Searched refs:nsegs (Results 1 – 1 of 1) sorted by relevance
66 unsigned *nsegs) in blk_bio_discard_split() argument73 *nsegs = 1; in blk_bio_discard_split()108 struct bio *bio, struct bio_set *bs, unsigned *nsegs) in blk_bio_write_zeroes_split() argument110 *nsegs = 0; in blk_bio_write_zeroes_split()124 unsigned *nsegs) in blk_bio_write_same_split() argument126 *nsegs = 1; in blk_bio_write_same_split()199 const struct bio_vec *bv, unsigned *nsegs, in bvec_split_segs() argument208 while (len && *nsegs < max_segs) { in bvec_split_segs()213 (*nsegs)++; in bvec_split_segs()253 unsigned nsegs = 0, sectors = 0; in blk_bio_segment_split() local[all …]