Searched refs:ublk (Results 1 – 7 of 7) sorted by relevance
28 ublk block device (``/dev/ublkb*``) is added by ublk driver. Any IO request30 in this document, ``ublk server`` refers to generic ublk userspace54 ublk provides control interface to set/get ublk block device parameters.61 Using ublk64 ublk requires userspace ublk server to handle real block device logic.70 ublk add -t loop -f ublk-loop.img82 ublk list86 ublk del -a204 enable recovery of ublk devices after the ublk server exits, the ublk server213 recovery stage and ublk device ID is kept. It is ublk server's[all …]
24 ublk
179 if [ ! -c /dev/ublk-control ]; then
386 io_uring based userspace block driver. Together with ublk server, ublk396 ublk driver started to take plain command encoding, which turns out405 suggested to enable N if your application(ublk server) switches to
288 static void *ublk_alloc_report_buffer(struct ublk_device *ublk, in ublk_alloc_report_buffer() argument291 struct request_queue *q = ublk->ub_disk->queue; in ublk_alloc_report_buffer()296 ublk->ub_disk->nr_zones); in ublk_alloc_report_buffer()
118 TARGETS += ublk
24920 F: Documentation/block/ublk.rst24923 F: tools/testing/selftests/ublk/