Home
last modified time | relevance | path

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

/linux-6.12.1/fs/vboxsf/
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()
/linux-6.12.1/fs/smb/client/
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()
/linux-6.12.1/drivers/firmware/tegra/
Dbpmp-debugfs.c73 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-6.12.1/fs/hostfs/
Dhostfs_kern.c259 const char *root_path; in hostfs_show_options() local
262 root_path = fsi->host_root_path; in hostfs_show_options()
265 if (strlen(root_path) > offset) in hostfs_show_options()
266 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/linux-6.12.1/scripts/
Dcheckpatch.pl1156 my $root_path = abs_path($root);
1157 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
/linux-6.12.1/fs/nfs/
Dnfs4xdr.c3732 goto root_path; in decode_pathname()
3750 root_path: in decode_pathname()