Searched refs:root_path (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | cifs_dfs_ref.c | 300 char *full_path, *root_path; in cifs_dfs_do_automount() local 342 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount() 343 if (!root_path) { in cifs_dfs_do_automount() 347 cifs_dbg(FYI, "%s: root path: %s\n", __func__, root_path); in cifs_dfs_do_automount() 357 root_path + 1, NULL, NULL); in cifs_dfs_do_automount() 381 kfree(root_path); in cifs_dfs_do_automount()
|
D | ioctl.c | 46 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local 56 root_path = 0; in cifs_ioctl_query_info() 57 utf16_path = &root_path; in cifs_ioctl_query_info() 74 if (utf16_path != &root_path) in cifs_ioctl_query_info()
|
/Linux-v5.10/fs/vboxsf/ |
D | super.c | 125 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local 191 root_path.length = 1; in vboxsf_fill_super() 192 root_path.size = 2; in vboxsf_fill_super() 193 root_path.string.utf8[0] = '/'; in vboxsf_fill_super() 194 root_path.string.utf8[1] = 0; in vboxsf_fill_super() 195 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
|
/Linux-v5.10/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 78 const char *root_path; 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() 94 strncmp(filename, root_path, root_len)) in get_filename()
|
/Linux-v5.10/fs/hostfs/ |
D | hostfs_kern.c | 251 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local 254 if (strlen(root_path) > offset) in hostfs_show_options() 255 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/Linux-v5.10/scripts/ |
D | checkpatch.pl | 915 my $root_path = abs_path($root); 916 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;
|
/Linux-v5.10/fs/nfs/ |
D | nfs4xdr.c | 3624 goto root_path; in decode_pathname() 3642 root_path: in decode_pathname()
|