Home
last modified time | relevance | path

Searched refs:origin_fullpath (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/cifs/
Dcifs_fs_sb.h68 char *origin_fullpath; /* \\HOST\SHARE\[OPTIONAL PATH] */ member
Dconnect.c161 if (!cifs_sb || !cifs_sb->origin_fullpath) in reconn_set_next_dfs_target()
172 cifs_dbg(FYI, "%s: UNC: %s\n", __func__, cifs_sb->origin_fullpath); in reconn_set_next_dfs_target()
196 if (!cifs_sb->origin_fullpath) in reconn_setup_dfs_targets()
198 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl); in reconn_setup_dfs_targets()
345 if (cifs_sb && cifs_sb->origin_fullpath) in cifs_reconnect()
392 rc = dfs_cache_noreq_update_tgthint(cifs_sb->origin_fullpath + 1, in cifs_reconnect()
3581 cifs_sb->origin_fullpath = ref_path; in cifs_mount()
3583 ref_path = kstrdup(cifs_sb->origin_fullpath, GFP_KERNEL); in cifs_mount()
3617 kfree(cifs_sb->origin_fullpath); in cifs_mount()
3817 kfree(cifs_sb->origin_fullpath); in cifs_umount()
Dmisc.c1300 if (tcon->dfs_path && cifs_sb->origin_fullpath && in tcon_super_cb()
1301 !strcasecmp(tcon->dfs_path, cifs_sb->origin_fullpath)) in tcon_super_cb()