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

/linux-master/fs/vboxsf/
H A Dsuper.c122 struct shfl_string *folder_name, root_path; local
188 root_path.length = 1;
189 root_path.size = 2;
190 root_path.string.utf8[0] = '/';
191 root_path.string.utf8[1] = 0;
192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info);
/linux-master/fs/smb/client/
H A Dioctl.c35 __le16 *utf16_path = NULL, root_path; local
47 root_path = 0;
48 utf16_path = &root_path;
65 if (utf16_path != &root_path)
/linux-master/drivers/firmware/tegra/
H A Dbpmp-debugfs.c73 const char *root_path, *filename = NULL; local
82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf,
84 if (IS_ERR(root_path))
87 root_len = strlen(root_path);
95 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) {
/linux-master/fs/hostfs/
H A Dhostfs_kern.c248 const char *root_path = root->d_sb->s_fs_info; local
251 if (strlen(root_path) > offset)
252 seq_show_option(seq, root_path + offset, NULL);
/linux-master/fs/nfs/
H A Dnfs4xdr.c3705 goto root_path;
3723 root_path:
/linux-master/scripts/
H A Dcheckpatch.pl1153 my $root_path = abs_path($root);
1154 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;

Completed in 173 milliseconds