Lines Matching defs:ublk
6 * ublk userspace daemon(ublksrvd) for handling basic IO request.
83 * If the flag is set, the io command is owned by ublk driver, and waited
84 * for incoming blk-mq request from the ublk block device.
87 * ublk server.
271 static void *ublk_alloc_report_buffer(struct ublk_device *ublk,
274 struct request_queue *q = ublk->ub_disk->queue;
279 ublk->ub_disk->nr_zones);
462 .name = "ublk-char",
472 * Max ublk devices allowed to add
2295 * support recovery features for unprivileged ublk now
2693 * All control commands are sent via /dev/ublk-control, so we have to check
2746 * User has to provide the char device path for unprivileged ublk
2889 .name = "ublk-control",
2906 ret = alloc_chrdev_region(&ublk_chr_devt, 0, UBLK_MINORS, "ublk-char");
2942 MODULE_PARM_DESC(ublks_max, "max number of ublk devices allowed to add(default: 64)");