Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dublk_cmd.h16 #define UBLK_CMD_GET_DEV_INFO 0x02 macro
31 _IOR('u', UBLK_CMD_GET_DEV_INFO, struct ublksrv_ctrl_cmd)
/linux/Documentation/block/
H A 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/drivers/block/
H A Dublk_drv.c2948 case UBLK_CMD_GET_DEV_INFO: in ublk_ctrl_uring_cmd_permission()
3025 case UBLK_CMD_GET_DEV_INFO: in ublk_ctrl_uring_cmd()