Home
last modified time | relevance | path

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

/block/
Dblk-merge.c68 unsigned *nsegs) in blk_bio_discard_split() argument
75 *nsegs = 1; in blk_bio_discard_split()
110 struct bio *bio, struct bio_set *bs, unsigned *nsegs) in blk_bio_write_zeroes_split() argument
112 *nsegs = 0; in blk_bio_write_zeroes_split()
126 unsigned *nsegs) in blk_bio_write_same_split() argument
128 *nsegs = 1; in blk_bio_write_same_split()
201 const struct bio_vec *bv, unsigned *nsegs, in bvec_split_segs() argument
210 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 …]