Searched refs:root_path (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | cifs_dfs_ref.c | 303 char *full_path, *root_path; in cifs_dfs_do_automount() local 345 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount() 346 if (!root_path) { in cifs_dfs_do_automount() 350 cifs_dbg(FYI, "%s: root path: %s\n", __func__, root_path); in cifs_dfs_do_automount() 360 root_path + 1, NULL, NULL); in cifs_dfs_do_automount() 384 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 | 4769 char *root_path = NULL, *full_path = NULL; in cifs_mount() local 4801 root_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount() 4802 if (IS_ERR(root_path)) { in cifs_mount() 4803 rc = PTR_ERR(root_path); in cifs_mount() 4804 root_path = NULL; in cifs_mount() 4846 rc = mount_do_dfs_failover(root_path + 1, cifs_sb, vol, NULL, in cifs_mount() 4852 kfree(root_path); in cifs_mount() 4853 root_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount() 4854 if (IS_ERR(root_path)) { in cifs_mount() 4855 rc = PTR_ERR(root_path); in cifs_mount() [all …]
|
/fs/hostfs/ |
D | hostfs_kern.c | 250 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local 253 if (strlen(root_path) > offset) in hostfs_show_options() 254 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/fs/nfs/ |
D | nfs4xdr.c | 3631 goto root_path; in decode_pathname() 3649 root_path: in decode_pathname()
|