Lines Matching refs:storvsc_scan_work
399 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()
1225 work = kmalloc(sizeof(struct storvsc_scan_work), GFP_ATOMIC); in storvsc_on_receive()