Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dmultipath.c591 container_of(work, struct nvme_ns_head, partition_scan_work); in nvme_partition_scan_work()
628 INIT_WORK(&head->partition_scan_work, nvme_partition_scan_work); in nvme_mpath_alloc_disk()
687 kblockd_schedule_work(&head->partition_scan_work); in nvme_mpath_set_live()
1163 flush_work(&head->partition_scan_work); in nvme_mpath_remove_disk()
H A Dnvme.h504 struct work_struct partition_scan_work; member