Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dpassthru.c518 if (!subsys->passthru_ctrl_path) in nvmet_passthru_ctrl_enable()
528 file = filp_open(subsys->passthru_ctrl_path, O_RDWR, 0); in nvmet_passthru_ctrl_enable()
537 subsys->passthru_ctrl_path); in nvmet_passthru_ctrl_enable()
595 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_subsys_free()
Dconfigfs.c674 return snprintf(page, PAGE_SIZE, "%s\n", subsys->passthru_ctrl_path); in nvmet_passthru_device_path_show()
695 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_device_path_store()
697 subsys->passthru_ctrl_path = kstrndup(page, len, GFP_KERNEL); in nvmet_passthru_device_path_store()
698 if (!subsys->passthru_ctrl_path) in nvmet_passthru_device_path_store()
Dnvmet.h248 char *passthru_ctrl_path; member