Searched refs:root_path (Results 1 – 4 of 4) sorted by relevance
114 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local180 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()
35 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local47 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()
246 const char *root_path; in hostfs_show_options() local249 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()
3733 goto root_path; in decode_pathname()3751 root_path: in decode_pathname()
Completed in 88 milliseconds