Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c449 struct storvsc_scan_work { struct
457 struct storvsc_scan_work *wrk; in storvsc_device_scan() argument
461 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_device_scan()
476 struct storvsc_scan_work *wrk; in storvsc_host_scan()
480 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_host_scan()
508 struct storvsc_scan_work *wrk; in storvsc_remove_lun()
511 wrk = container_of(work, struct storvsc_scan_work, work); in storvsc_remove_lun()
860 struct storvsc_scan_work *wrk; in storvsc_handle_error()
911 wrk = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_handle_error()
1029 struct storvsc_scan_work *work; in storvsc_on_receive()
[all …]