Searched refs:host_root_path (Results 1 – 1 of 1) sorted by relevance
27 char *host_root_path; member100 char *root = fsi->host_root_path; in __dentry_name()197 err = do_statfs(fsi->host_root_path, in hostfs_statfs()249 root_path = fsi->host_root_path; in hostfs_show_options()944 root_inode = hostfs_iget(sb, fsi->host_root_path); in hostfs_fill_super()952 name = follow_link(fsi->host_root_path); in hostfs_fill_super()995 fsi->host_root_path, host_root); in hostfs_parse_param()998 kfree(fsi->host_root_path); in hostfs_parse_param()999 fsi->host_root_path = tmp_root; in hostfs_parse_param()1015 tmp_root = kasprintf(GFP_KERNEL, "%s%s", fsi->host_root_path, host_root); in hostfs_parse_monolithic()[all …]