Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h928 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl,struct nvme_ns_head *head);
968 static inline int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, in nvme_mpath_alloc_disk() function
H A Dmultipath.c520 int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, struct nvme_ns_head *head) in nvme_mpath_alloc_disk() function
H A Dcore.c3400 ret = nvme_mpath_alloc_disk(ctrl, head); in nvme_alloc_ns_head()