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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_kern.c912 char *host_root_path, *req_root = d; local
926 sb->s_fs_info = host_root_path =
928 if (host_root_path == NULL)
931 sprintf(host_root_path, "%s/%s", root_ino, req_root);
937 err = read_name(root_inode, host_root_path);
942 char *name = follow_link(host_root_path);

Completed in 35 milliseconds