Searched refs:nbytes (Results 1 – 7 of 7) sorted by relevance
/block/ |
D | blk-merge.c | 424 unsigned nbytes = bvec->bv_len; in blk_bvec_map_sg() local 427 while (nbytes > 0) { in blk_bvec_map_sg() 430 offset), nbytes); in blk_bvec_map_sg() 448 nbytes -= len; in blk_bvec_map_sg() 469 int nbytes = bvec->bv_len; in __blk_segment_map_sg_merge() local 474 if ((*sg)->length + nbytes > queue_max_segment_size(q)) in __blk_segment_map_sg_merge() 480 (*sg)->length += nbytes; in __blk_segment_map_sg_merge()
|
D | blk-ioprio.c | 103 size_t nbytes, loff_t off) in ioprio_set_prio_policy() argument 116 return nbytes; in ioprio_set_prio_policy()
|
D | bfq-cgroup.c | 1079 char *buf, size_t nbytes, in bfq_io_set_device_weight() argument 1113 return ret ?: nbytes; in bfq_io_set_device_weight() 1117 char *buf, size_t nbytes, in bfq_io_set_weight() argument 1130 return ret ?: nbytes; in bfq_io_set_weight() 1133 return bfq_io_set_device_weight(of, buf, nbytes, off); in bfq_io_set_weight()
|
D | blk-throttle.c | 1460 char *buf, size_t nbytes, loff_t off, bool is_u64) in tg_set_conf() argument 1489 return ret ?: nbytes; in tg_set_conf() 1493 char *buf, size_t nbytes, loff_t off) in tg_set_conf_u64() argument 1495 return tg_set_conf(of, buf, nbytes, off, true); in tg_set_conf_u64() 1499 char *buf, size_t nbytes, loff_t off) in tg_set_conf_uint() argument 1501 return tg_set_conf(of, buf, nbytes, off, false); in tg_set_conf_uint() 1649 char *buf, size_t nbytes, loff_t off) in tg_set_limit() argument 1761 return ret ?: nbytes; in tg_set_limit()
|
D | blk-iocost.c | 3057 size_t nbytes, loff_t off) in ioc_weight_write() argument 3090 return nbytes; in ioc_weight_write() 3115 return nbytes; in ioc_weight_write() 3172 size_t nbytes, loff_t off) in ioc_qos_write() argument 3286 return nbytes; in ioc_qos_write() 3339 size_t nbytes, loff_t off) in ioc_cost_model_write() argument 3411 return nbytes; in ioc_cost_model_write()
|
D | blk-iolatency.c | 831 size_t nbytes, loff_t off) in iolatency_set_limit() argument 881 return ret ?: nbytes; in iolatency_set_limit()
|
D | blk-core.c | 249 unsigned int nbytes, blk_status_t error) in req_bio_endio() argument 257 bio_advance(bio, nbytes); in req_bio_endio()
|