Home
last modified time | relevance | path

Searched refs:nsegs (Results 1 – 1 of 1) sorted by relevance

/block/
Dblk-merge.c66 unsigned *nsegs) in blk_bio_discard_split() argument
73 *nsegs = 1; in blk_bio_discard_split()
108 struct bio *bio, struct bio_set *bs, unsigned *nsegs) in blk_bio_write_zeroes_split() argument
110 *nsegs = 0; in blk_bio_write_zeroes_split()
124 unsigned *nsegs) in blk_bio_write_same_split() argument
126 *nsegs = 1; in blk_bio_write_same_split()
199 const struct bio_vec *bv, unsigned *nsegs, in bvec_split_segs() argument
208 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 …]