Home
last modified time | relevance | path

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

/block/
Dblk-merge.c441 unsigned nbytes = bvec->bv_len; in blk_bvec_map_sg() local
444 while (nbytes > 0) { in blk_bvec_map_sg()
447 offset), nbytes); in blk_bvec_map_sg()
465 nbytes -= len; in blk_bvec_map_sg()
486 int nbytes = bvec->bv_len; in __blk_segment_map_sg_merge() local
491 if ((*sg)->length + nbytes > queue_max_segment_size(q)) in __blk_segment_map_sg_merge()
497 (*sg)->length += nbytes; in __blk_segment_map_sg_merge()
Dblk-ioprio.c103 size_t nbytes, loff_t off) in ioprio_set_prio_policy() argument
116 return nbytes; in ioprio_set_prio_policy()
Dbfq-cgroup.c1089 char *buf, size_t nbytes, in bfq_io_set_device_weight() argument
1123 return ret ?: nbytes; in bfq_io_set_device_weight()
1127 char *buf, size_t nbytes, in bfq_io_set_weight() argument
1140 return ret ?: nbytes; in bfq_io_set_weight()
1143 return bfq_io_set_device_weight(of, buf, nbytes, off); in bfq_io_set_weight()
Dblk-throttle.c1466 char *buf, size_t nbytes, loff_t off, bool is_u64) in tg_set_conf() argument
1495 return ret ?: nbytes; in tg_set_conf()
1499 char *buf, size_t nbytes, loff_t off) in tg_set_conf_u64() argument
1501 return tg_set_conf(of, buf, nbytes, off, true); in tg_set_conf_u64()
1505 char *buf, size_t nbytes, loff_t off) in tg_set_conf_uint() argument
1507 return tg_set_conf(of, buf, nbytes, off, false); in tg_set_conf_uint()
1655 char *buf, size_t nbytes, loff_t off) in tg_set_limit() argument
1767 return ret ?: nbytes; in tg_set_limit()
Dblk-iocost.c3080 size_t nbytes, loff_t off) in ioc_weight_write() argument
3113 return nbytes; in ioc_weight_write()
3138 return nbytes; in ioc_weight_write()
3195 size_t nbytes, loff_t off) in ioc_qos_write() argument
3309 return nbytes; in ioc_qos_write()
3362 size_t nbytes, loff_t off) in ioc_cost_model_write() argument
3434 return nbytes; in ioc_cost_model_write()
Dblk-iolatency.c835 size_t nbytes, loff_t off) in iolatency_set_limit() argument
885 return ret ?: nbytes; in iolatency_set_limit()
Dblk-core.c244 unsigned int nbytes, blk_status_t error) in req_bio_endio() argument
252 bio_advance(bio, nbytes); in req_bio_endio()