Searched refs:root_path (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/vboxsf/ |
D | super.c | 122 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local 188 root_path.length = 1; in vboxsf_fill_super() 189 root_path.size = 2; in vboxsf_fill_super() 190 root_path.string.utf8[0] = '/'; in vboxsf_fill_super() 191 root_path.string.utf8[1] = 0; in vboxsf_fill_super() 192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
|
/Linux-v6.6/fs/smb/client/ |
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-v6.6/drivers/firmware/tegra/ |
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-v6.6/fs/hostfs/ |
D | hostfs_kern.c | 248 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local 251 if (strlen(root_path) > offset) in hostfs_show_options() 252 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/Linux-v6.6/scripts/ |
D | checkpatch.pl | 1152 my $root_path = abs_path($root); 1153 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
|
/Linux-v6.6/fs/nfs/ |
D | nfs4xdr.c | 3696 goto root_path; in decode_pathname() 3714 root_path: in decode_pathname()
|