Home
last modified time | relevance | path

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

/include/linux/
A Duio.h40 unsigned long nr_segs; member
79 unsigned long nr_segs; member
120 state->nr_segs = iter->nr_segs; in iov_iter_save_state()
180 for (seg = 0; seg < nr_segs; seg++) in iov_length()
294 unsigned long nr_segs, size_t count);
296 unsigned long nr_segs, size_t count);
298 unsigned long nr_segs, size_t count);
364 unsigned long nr_segs, unsigned long fast_segs,
367 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp,
370 unsigned nr_segs, unsigned fast_segs, struct iovec **iovp,
[all …]
A Diov_iter.h64 iter->nr_segs -= p - iter->__iov; in iterate_iovec()
98 iter->nr_segs -= p - iter->kvec; in iterate_kvec()
137 iter->nr_segs -= p - iter->bvec; in iterate_bvec()
A Dbio.h18 static inline unsigned int bio_max_segs(unsigned int nr_segs) in bio_max_segs() argument
20 return min(nr_segs, BIO_MAX_VECS); in bio_max_segs()
A Dnetfs.h185 unsigned int nr_segs; /* Number of segs in io_iter */ member
A Dblkdev.h898 bool blk_zone_plug_bio(struct bio *bio, unsigned int nr_segs);
933 static inline bool blk_zone_plug_bio(struct bio *bio, unsigned int nr_segs) in blk_zone_plug_bio() argument
A Dsyscalls.h515 unsigned long nr_segs, unsigned int flags);

Completed in 22 milliseconds