Home
last modified time | relevance | path

Searched refs:dfs_path (Results 1 – 6 of 6) sorted by relevance

/fs/cifs/
Ddfs_cache.c1270 tcon->dfs_path) { in get_tcons()
1276 ses->tcon_ipc->dfs_path) { in get_tcons()
1390 path = tcon->dfs_path + 1; in do_refresh_tcon()
Dmisc.c150 kfree(buf_to_free->dfs_path); in tconInfoFree()
Dconnect.c4916 if (!tcon->dfs_path) { in cifs_mount()
4918 tcon->dfs_path = full_path; in cifs_mount()
4922 cifs_sb->origin_fullpath = kstrndup(tcon->dfs_path, in cifs_mount()
4923 strlen(tcon->dfs_path), in cifs_mount()
Dcifsglob.h1118 char *dfs_path; member
Dsmb2pdu.c182 if (!tcon->dfs_path) { in __smb2_reconnect()
187 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, NULL, &tl); in __smb2_reconnect()
220 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, in __smb2_reconnect()
Dcifssmb.c148 if (!tcon->dfs_path) { in __cifs_reconnect_tcon()
153 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, NULL, &tl); in __cifs_reconnect_tcon()
186 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, in __cifs_reconnect_tcon()