Searched refs:passthru_ctrl_path (Results 1 – 2 of 2) sorted by relevance
585 if (!subsys->passthru_ctrl_path) in nvmet_passthru_ctrl_enable()595 file = filp_open(subsys->passthru_ctrl_path, O_RDWR, 0); in nvmet_passthru_ctrl_enable()604 subsys->passthru_ctrl_path); in nvmet_passthru_ctrl_enable()662 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_subsys_free()
879 return snprintf(page, PAGE_SIZE, "%s\n", subsys->passthru_ctrl_path); in nvmet_passthru_device_path_show()900 kfree(subsys->passthru_ctrl_path); in nvmet_passthru_device_path_store()902 subsys->passthru_ctrl_path = kstrndup(page, len, GFP_KERNEL); in nvmet_passthru_device_path_store()903 if (!subsys->passthru_ctrl_path) in nvmet_passthru_device_path_store()