Home
last modified time | relevance | path

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

/linux/Documentation/block/
H A Dindex.rst24 ublk
/linux/Documentation/translations/zh_CN/block/
H A Dindex.rst35 * ublk
/linux/drivers/block/
H A DKconfig332 io_uring based userspace block driver. Together with ublk server, ublk
342 ublk driver started to take plain command encoding, which turns out
351 suggested to enable N if your application(ublk server) switches to
H A Dublk_drv.c544 static void *ublk_alloc_report_buffer(struct ublk_device *ublk, in ublk_alloc_report_buffer() argument
547 struct request_queue *q = ublk->ub_disk->queue; in ublk_alloc_report_buffer()
552 ublk->ub_disk->nr_zones); in ublk_alloc_report_buffer()
/linux/tools/testing/selftests/ublk/
H A Dtest_common.sh143 [ "$UBLK_TEST_QUIET" -eq 0 ] && echo "ublk $type: $*"
144 echo "ublk selftest: $TID starting at $(date '+%F %T')" | tee /dev/kmsg
195 echo "ublk selftest: $TID done at $(date '+%F %T')" | tee /dev/kmsg
213 if [ ! -c /dev/ublk-control ]; then
223 echo "fail to add ublk dev $*"
260 # quiesce device and return ublk device state
280 # kill the ublk daemon and return ublk device state
359 [ "$UBLK_TEST_QUIET" -eq 0 ] && echo "run ublk IO vs. remove device(ublk ad
[all...]
/linux/tools/testing/selftests/
H A DMakefile130 TARGETS += ublk
/linux/
H A DMAINTAINERS27294 F: Documentation/block/ublk.rst
27297 F: tools/testing/selftests/ublk/