Lines Matching refs:host_root_path
27 char *host_root_path; member
102 root = fsi->host_root_path; in __dentry_name()
210 err = do_statfs(fsi->host_root_path, in hostfs_statfs()
262 root_path = fsi->host_root_path; in hostfs_show_options()
947 root_inode = hostfs_iget(sb, fsi->host_root_path); in hostfs_fill_super()
955 name = follow_link(fsi->host_root_path); in hostfs_fill_super()
997 fsi->host_root_path = in hostfs_parse_param()
999 if (fsi->host_root_path == NULL) in hostfs_parse_param()
1016 fsi->host_root_path = in hostfs_parse_monolithic()
1018 if (fsi->host_root_path == NULL) in hostfs_parse_monolithic()
1036 kfree(fsi->host_root_path); in hostfs_fc_free()