Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dublk_cmd.h25 #define UBLK_CMD_GET_DEV_INFO2 0x12 macro
49 _IOR('u', UBLK_CMD_GET_DEV_INFO2, struct ublksrv_ctrl_cmd)
/openbmc/linux/Documentation/block/
H A Dublk.rst147 - ``UBLK_CMD_GET_DEV_INFO2``
160 ublk server should send ``UBLK_CMD_GET_DEV_INFO2``, given anytime
164 retrieve it via ``UBLK_CMD_GET_DEV_INFO2``
175 ``UBLK_CMD_GET_DEV_INFO2`` is tried first, and will be failed, then
/openbmc/linux/drivers/block/
H A Dublk_drv.c2782 if (_IOC_NR(cmd->cmd_op) != UBLK_CMD_GET_DEV_INFO2) in ublk_ctrl_uring_cmd_permission()
2805 case UBLK_CMD_GET_DEV_INFO2: in ublk_ctrl_uring_cmd_permission()
2882 case UBLK_CMD_GET_DEV_INFO2: in ublk_ctrl_uring_cmd()