Searched refs:ublkc (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/block/ |
| H A D | ublk.rst | 102 Add a ublk char device (``/dev/ublkc*``) which is talked with ublk server 131 Remove ``/dev/ublkc*``. When this command returns, the allocated ublk device 136 When ``/dev/ublkc`` is added, the driver creates block layer tagset, so 149 provide path of the char device of ``/dev/ublkc*`` for kernel to run 188 and ``/dev/ublkc*`` is released. User should send this command before he starts 189 a new process which re-opens ``/dev/ublkc*``. When this command returns, the 196 opened ``/dev/ublkc*`` and get all ublk queues be ready. When this command 235 the specified char device(``/dev/ublkc*``) is done for all other control 254 the driver. A fixed mmapped area (array) on ``/dev/ublkc*`` is provided for
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 1149 char ublkc[64]; in ublk_stop_io_daemon() local 1159 snprintf(ublkc, sizeof(ublkc), "/dev/%s%d", "ublkc", dev_id); in ublk_stop_io_daemon() 1162 if (access(ublkc, F_OK) != 0) in ublk_stop_io_daemon() 1166 ret = wait_ublk_dev(ublkc, IN_CLOSE, 10); in ublk_stop_io_daemon()
|