Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpassthru.c586 if (!subsys->passthru_ctrl_path) in nvmet_passthru_ctrl_enable()
596 file = filp_open(subsys->passthru_ctrl_path, O_RDWR, 0); in nvmet_passthru_ctrl_enable()
605 subsys->passthru_ctrl_path); in nvmet_passthru_ctrl_enable()
663 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_subsys_free()
H A Dconfigfs.c880 return snprintf(page, PAGE_SIZE, "%s\n", subsys->passthru_ctrl_path); in nvmet_passthru_device_path_show()
901 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_device_path_store()
903 subsys->passthru_ctrl_path = kstrndup(page, len, GFP_KERNEL); in nvmet_passthru_device_path_store()
904 if (!subsys->passthru_ctrl_path) in nvmet_passthru_device_path_store()
H A Dnvmet.h355 char *passthru_ctrl_path; member