Home
last modified time | relevance | path

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

/linux/fs/hostfs/
H A Dhostfs_kern.c982 char *host_root, *tmp_root; in hostfs_parse_param() local
991 host_root = param->string; in hostfs_parse_param()
992 if (!*host_root) in hostfs_parse_param()
995 fsi->host_root_path, host_root); in hostfs_parse_param()
1009 char *tmp_root, *host_root = (char *)data; in hostfs_parse_monolithic() local
1012 if (host_root == NULL) in hostfs_parse_monolithic()
1015 tmp_root = kasprintf(GFP_KERNEL, "%s%s", fsi->host_root_path, host_root); in hostfs_parse_monolithic()