Searched refs:root_path (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | cifs_dfs_ref.c | 300 char *full_path, *root_path; in cifs_dfs_do_automount() local 341 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount() 342 if (!root_path) { in cifs_dfs_do_automount() 346 cifs_dbg(FYI, "%s: root path: %s\n", __func__, root_path); in cifs_dfs_do_automount() 356 root_path + 1, NULL, NULL); in cifs_dfs_do_automount() 390 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()
|
D | connect.c | 4711 char *root_path = NULL, *full_path = NULL; in cifs_mount() local 4743 root_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount() 4744 if (IS_ERR(root_path)) { in cifs_mount() 4745 rc = PTR_ERR(root_path); in cifs_mount() 4746 root_path = NULL; in cifs_mount() 4788 rc = mount_do_dfs_failover(root_path + 1, cifs_sb, vol, NULL, in cifs_mount() 4794 kfree(root_path); in cifs_mount() 4795 root_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount() 4796 if (IS_ERR(root_path)) { in cifs_mount() 4797 rc = PTR_ERR(root_path); in cifs_mount() [all …]
|
/Linux-v5.4/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 75 const char *root_path; in get_filename() local 79 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename() 81 if (IS_ERR(root_path)) in get_filename() 84 root_len = strlen(root_path); in get_filename() 91 strncmp(filename, root_path, root_len)) in get_filename()
|
/Linux-v5.4/fs/hostfs/ |
D | hostfs_kern.c | 253 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local 256 if (strlen(root_path) > offset) in hostfs_show_options() 257 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/Linux-v5.4/scripts/ |
D | checkpatch.pl | 892 my $root_path = abs_path($root); 893 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;
|
/Linux-v5.4/fs/nfs/ |
D | nfs4xdr.c | 3627 goto root_path; in decode_pathname() 3645 root_path: in decode_pathname()
|