Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dmultipath.c652 container_of(work, struct nvme_ns_head, partition_scan_work); in nvme_partition_scan_work()
723 INIT_WORK(&head->partition_scan_work, nvme_partition_scan_work); in nvme_mpath_alloc_disk()
794 kblockd_schedule_work(&head->partition_scan_work); in nvme_mpath_set_live()
1337 flush_work(&head->partition_scan_work); in nvme_mpath_put_disk()
H A Dnvme.h506 struct work_struct partition_scan_work; member