Searched defs:op (Results 1 – 14 of 14) sorted by relevance
/block/ |
D | bfq-cgroup.c | 223 unsigned int op) in bfqg_stats_update_io_add() 231 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op) in bfqg_stats_update_io_remove() 236 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op) in bfqg_stats_update_io_merged() 242 u64 io_start_time_ns, unsigned int op) in bfqg_stats_update_completion() 258 unsigned int op) { } in bfqg_stats_update_io_add() 259 void bfqg_stats_update_io_remove(struct bfq_group *bfqg, unsigned int op) { } in bfqg_stats_update_io_remove() 260 void bfqg_stats_update_io_merged(struct bfq_group *bfqg, unsigned int op) { } in bfqg_stats_update_io_merged() 262 u64 io_start_time_ns, unsigned int op) { } in bfqg_stats_update_completion()
|
D | blk-core.c | 162 inline const char *blk_op_str(unsigned int op) in blk_op_str() 635 struct request *blk_get_request(struct request_queue *q, unsigned int op, in blk_get_request() 1290 unsigned int sectors, unsigned int op, in __part_start_io_acct() 1331 unsigned int op) in disk_start_io_acct() 1337 static void __part_end_io_acct(struct block_device *part, unsigned int op, in __part_end_io_acct() 1358 void disk_end_io_acct(struct gendisk *disk, unsigned int op, in disk_end_io_acct()
|
D | ioctl.c | 17 struct blkpg_partition __user *upart, int op) in blkpg_do_ioctl() 59 int op; in blkpg_ioctl() local 69 compat_int_t op; member 79 int op; in compat_blkpg_ioctl() local
|
D | blk-zoned.c | 258 int blkdev_zone_mgmt(struct block_device *bdev, enum req_opf op, in blkdev_zone_mgmt() 401 enum req_opf op; in blkdev_zone_mgmt_ioctl() local
|
D | blk-cgroup-rwstat.h | 62 unsigned int op, uint64_t val) in blkg_rwstat_add()
|
D | kyber-iosched.c | 198 static unsigned int kyber_sched_domain(unsigned int op) in kyber_sched_domain() 553 static void kyber_limit_depth(unsigned int op, struct blk_mq_alloc_data *data) in kyber_limit_depth() 889 #define KYBER_LAT_ATTR(op) __ATTR(op##_lat_nsec, 0644, kyber_##op##_lat_show, kyber_##op##_lat_stor… argument
|
D | blk-lib.c | 32 unsigned int op; in __blkdev_issue_discard() local
|
D | blk-mq-debugfs.c | 151 char opbuf[16] = { }, *op; in queue_state_write() local 332 const unsigned int op = req_op(rq); in __blk_mq_debugfs_rq_show() local
|
D | fops.c | 36 unsigned int op = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in dio_bio_write_op() local
|
D | blk-wbt.c | 673 const int op = req_op(rq); in wbt_data_dir() local
|
D | mq-deadline.c | 642 static void dd_limit_depth(unsigned int op, struct blk_mq_alloc_data *data) in dd_limit_depth()
|
D | blk-mq.c | 410 struct request *blk_mq_alloc_request(struct request_queue *q, unsigned int op, in blk_mq_alloc_request() 439 unsigned int op, blk_mq_req_flags_t flags, unsigned int hctx_idx) in blk_mq_alloc_request_hctx()
|
D | blk-throttle.c | 2333 int op, unsigned long time) in throtl_track_latency()
|
D | bfq-iosched.c | 584 static void bfq_limit_depth(unsigned int op, struct blk_mq_alloc_data *data) in bfq_limit_depth()
|