Home
last modified time | relevance | path

Searched refs:current_fullpath (Results 1 – 2 of 2) sorted by relevance

/fs/cifs/
Dconnect.c378 const char *refpath = server->current_fullpath + 1; in reconnect_dfs_server()
3530 server->current_fullpath = mnt_ctx->leaf_fullpath; in setup_server_referral_paths()
4161 server->current_fullpath = server->leaf_fullpath; in update_server_fullpath()
4222 rc = dfs_cache_get_tgt_share(server->current_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
4260 rc = dfs_cache_noreq_update_tgthint(server->current_fullpath + 1, tit); in __tree_connect_dfs_target()
4303 if (rc && server->current_fullpath != server->origin_fullpath) { in tree_connect_dfs_target()
4304 server->current_fullpath = server->origin_fullpath; in tree_connect_dfs_target()
4343 if (!server->current_fullpath || in cifs_tree_connect()
4344 dfs_cache_noreq_find(server->current_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
Dcifsglob.h711 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member