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()
73 const char *root_path, *filename = NULL; in get_filename() local82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()84 if (IS_ERR(root_path)) in get_filename()87 root_len = strlen(root_path); in get_filename()95 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename()
3732 goto root_path; in decode_pathname()3750 root_path: in decode_pathname()