Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dmisc.c154 kfree(buf_to_free->dfs_path); in tconInfoFree()
1147 if (tcon->dfs_path && cifs_sb->origin_fullpath && in tcon_super_cb()
1148 !strcasecmp(tcon->dfs_path, cifs_sb->origin_fullpath)) in tcon_super_cb()
H A Ddfs_cache.c1402 tcon->dfs_path) { in get_tcons()
1408 ses->tcon_ipc->dfs_path) { in get_tcons()
1551 path = tcon->dfs_path + 1; in refresh_tcon()
H A Dconnect.c3184 if (tcon->dfs_path) in cifs_find_tcon()
4583 struct cifs_tcon *tcon, char **dfs_path) in check_dfs_prepath() argument
4641 kfree(*dfs_path); in check_dfs_prepath()
4642 *dfs_path = npath; in check_dfs_prepath()
4758 tcon->dfs_path = full_path; in cifs_mount()
5369 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) { in cifs_tree_connect()
5392 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix); in cifs_tree_connect()
5439 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, it); in cifs_tree_connect()
H A Dcifsglob.h1176 char *dfs_path; member