Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c399 struct storvsc_scan_work { struct
407 struct storvsc_scan_work *wrk; in storvsc_device_scan() argument
411 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_device_scan()
426 struct storvsc_scan_work *wrk; in storvsc_host_scan()
431 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_host_scan()
465 struct storvsc_scan_work *wrk; in storvsc_remove_lun()
468 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_remove_lun()
1037 struct storvsc_scan_work *wrk; in storvsc_handle_error()
1087 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_handle_error()
1214 struct storvsc_scan_work *work; in storvsc_on_receive()
[all …]