Home
last modified time | relevance | path

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

/fs/vboxsf/
A Dsuper.c114 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local
180 root_path.length = 1; in vboxsf_fill_super()
181 root_path.size = 2; in vboxsf_fill_super()
182 root_path.string.utf8[0] = '/'; in vboxsf_fill_super()
183 root_path.string.utf8[1] = 0; in vboxsf_fill_super()
184 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
/fs/smb/client/
A Dioctl.c35 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local
47 root_path = 0; in cifs_ioctl_query_info()
48 utf16_path = &root_path; in cifs_ioctl_query_info()
65 if (utf16_path != &root_path) in cifs_ioctl_query_info()
/fs/hostfs/
A Dhostfs_kern.c246 const char *root_path; in hostfs_show_options() local
249 root_path = fsi->host_root_path; in hostfs_show_options()
252 if (strlen(root_path) > offset) in hostfs_show_options()
253 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/fs/nfs/
A Dnfs4xdr.c3733 goto root_path; in decode_pathname()
3751 root_path: in decode_pathname()

Completed in 88 milliseconds