Searched refs:root_path (Results 1 – 6 of 6) sorted by relevance
/linux/fs/vboxsf/ |
H A D | super.c | 114 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()
|
/linux/fs/smb/client/ |
H A D | ioctl.c | 35 __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()
|
/linux/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 73 const char *root_path, *filename = NULL; in get_filename() local 82 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()
|
/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 260 const char *root_path; in hostfs_show_options() local 263 root_path = fsi->host_root_path; in hostfs_show_options() 266 if (strlen(root_path) > offset) in hostfs_show_options() 267 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/linux/scripts/ |
H A D | checkpatch.pl | 1156 my $root_path = abs_path($root); 1157 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
|
/linux/fs/nfs/ |
H A D | nfs4xdr.c | 3732 goto root_path; in decode_pathname() 3750 root_path: in decode_pathname()
|