Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hostfs/
H A Dhostfs_kern.c911 char *host_root_path, *req_root = d; in hostfs_fill_sb_common() local
926 sb->s_fs_info = host_root_path = in hostfs_fill_sb_common()
928 if (host_root_path == NULL) in hostfs_fill_sb_common()
935 err = read_name(root_inode, host_root_path); in hostfs_fill_sb_common()
940 char *name = follow_link(host_root_path); in hostfs_fill_sb_common()
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_kern.c928 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 root_inode = hostfs_iget(sb, host_root_path); in hostfs_fill_sb_common()
958 name = follow_link(host_root_path); in hostfs_fill_sb_common()

Completed in 3 milliseconds