Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nvme/target/
A Dpassthru.c581 if (!subsys->passthru_ctrl_path) in nvmet_passthru_ctrl_enable()
591 file = filp_open(subsys->passthru_ctrl_path, O_RDWR, 0); in nvmet_passthru_ctrl_enable()
600 subsys->passthru_ctrl_path); in nvmet_passthru_ctrl_enable()
658 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_subsys_free()
A Dconfigfs.c681 return snprintf(page, PAGE_SIZE, "%s\n", subsys->passthru_ctrl_path); in nvmet_passthru_device_path_show()
702 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_device_path_store()
704 subsys->passthru_ctrl_path = kstrndup(page, len, GFP_KERNEL); in nvmet_passthru_device_path_store()
705 if (!subsys->passthru_ctrl_path) in nvmet_passthru_device_path_store()
A Dnvmet.h272 char *passthru_ctrl_path; member

Completed in 19 milliseconds