se_dev_plug
static struct se_dev_plug *iblock_plug_device(struct se_device *se_dev)
static void iblock_unplug_device(struct se_dev_plug *se_plug)
struct se_dev_plug se_plug;
static struct se_dev_plug *target_plug_device(struct se_device *se_dev)
struct se_dev_plug *se_plug;
static void target_unplug_device(struct se_dev_plug *se_plug)
struct se_dev_plug *se_plug = NULL;
struct se_dev_plug se_plug;
static void tcmu_unplug_device(struct se_dev_plug *se_plug)
static struct se_dev_plug *tcmu_plug_device(struct se_device *se_dev)
struct se_dev_plug *(*plug_device)(struct se_device *se_dev);
void (*unplug_device)(struct se_dev_plug *se_plug);