Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs_kern.c930 char *host_root_path, *req_root = d; in hostfs_fill_sb_common() local
945 sb->s_fs_info = host_root_path = in hostfs_fill_sb_common()
947 if (host_root_path == NULL) in hostfs_fill_sb_common()
950 sprintf(host_root_path, "%s/%s", root_ino, req_root); in hostfs_fill_sb_common()
956 err = read_name(root_inode, host_root_path); in hostfs_fill_sb_common()
961 char *name = follow_link(host_root_path); in hostfs_fill_sb_common()