Searched refs:host_root (Results 1 – 1 of 1) sorted by relevance
980 char *host_root; in hostfs_parse_param() local989 host_root = param->string; in hostfs_parse_param()990 if (!*host_root) in hostfs_parse_param()991 host_root = ""; in hostfs_parse_param()993 kasprintf(GFP_KERNEL, "%s/%s", root_ino, host_root); in hostfs_parse_param()1005 char *host_root = (char *)data; in hostfs_parse_monolithic() local1008 if (host_root == NULL) in hostfs_parse_monolithic()1009 host_root = ""; in hostfs_parse_monolithic()1012 kasprintf(GFP_KERNEL, "%s/%s", root_ino, host_root); in hostfs_parse_monolithic()