Searched refs:root_path (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/cifs/ |
D | cifs_dfs_ref.c | 313 char *full_path, *root_path; in cifs_dfs_do_automount() local 358 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount() 359 if (!root_path) { in cifs_dfs_do_automount() 363 cifs_dbg(FYI, "%s: root path: %s\n", __func__, root_path); in cifs_dfs_do_automount() 373 root_path + 1, NULL, NULL); in cifs_dfs_do_automount() 397 kfree(root_path); in cifs_dfs_do_automount()
|
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-v5.15/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-v5.15/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.15/fs/hostfs/ |
D | hostfs_kern.c | 252 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local 255 if (strlen(root_path) > offset) in hostfs_show_options() 256 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/Linux-v5.15/scripts/ |
D | checkpatch.pl | 1089 my $root_path = abs_path($root); 1090 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
|
/Linux-v5.15/fs/nfs/ |
D | nfs4xdr.c | 3641 goto root_path; in decode_pathname() 3659 root_path: in decode_pathname()
|