Home
last modified time | relevance | path

Searched refs:UBLK_CMD_GET_DEV_INFO (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dublk_cmd.h16 #define UBLK_CMD_GET_DEV_INFO 0x02 macro
31 _IOR('u', UBLK_CMD_GET_DEV_INFO, struct ublksrv_ctrl_cmd)
/linux-6.6.21/Documentation/block/
Dublk.rst142 - ``UBLK_CMD_GET_DEV_INFO``
148 Same purpose with ``UBLK_CMD_GET_DEV_INFO``, but ublk server has to
168 ``UBLK_CMD_GET_DEV_INFO`` is always sent to kernel, and the feature of
176 ``UBLK_CMD_GET_DEV_INFO`` needs to be retried given
181 ``UBLK_CMD_GET_DEV_INFO`` is always sent to kernel, and the feature of
/linux-6.6.21/drivers/block/
Dublk_drv.c2763 case UBLK_CMD_GET_DEV_INFO: in ublk_ctrl_uring_cmd_permission()
2840 case UBLK_CMD_GET_DEV_INFO: in ublk_ctrl_uring_cmd()