Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dublk_cmd.h17 #define UBLK_CMD_ADD_DEV 0x04 macro
33 _IOWR('u', UBLK_CMD_ADD_DEV, struct ublksrv_ctrl_cmd)
265 * unprivileged user. Except for the command of UBLK_CMD_ADD_DEV, all
268 * When userspace sends UBLK_CMD_ADD_DEV, the device pair's owner_uid and
/linux/Documentation/block/
H A Dublk.rst100 - ``UBLK_CMD_ADD_DEV``
234 user. Except for command of ``UBLK_CMD_ADD_DEV``, permission check on
/linux/drivers/block/
H A Dublk_drv.c5606 case UBLK_CMD_ADD_DEV:
5684 if (_IOC_NR(cmd_op) != UBLK_CMD_ADD_DEV) {
5707 case UBLK_CMD_ADD_DEV: