Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c506 if (!subsys->passthru_ctrl_path) in nvmet_passthru_ctrl_enable()
516 file = filp_open(subsys->passthru_ctrl_path, O_RDWR, 0); in nvmet_passthru_ctrl_enable()
525 subsys->passthru_ctrl_path); in nvmet_passthru_ctrl_enable()
583 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_subsys_free()
H A Dconfigfs.c676 return snprintf(page, PAGE_SIZE, "%s\n", subsys->passthru_ctrl_path); in nvmet_passthru_device_path_show()
697 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_device_path_store()
699 subsys->passthru_ctrl_path = kstrndup(page, len, GFP_KERNEL); in nvmet_passthru_device_path_store()
700 if (!subsys->passthru_ctrl_path) in nvmet_passthru_device_path_store()
H A Dnvmet.h249 char *passthru_ctrl_path; member