Searched refs:current_fullpath (Results 1 – 2 of 2) sorted by relevance
491 const char *refpath = server->current_fullpath + 1; in reconnect_dfs_server()3809 server->current_fullpath = mnt_ctx->leaf_fullpath; in setup_server_referral_paths()4490 server->current_fullpath = server->leaf_fullpath; in update_server_fullpath()4548 rc = dfs_cache_get_tgt_share(server->current_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()4586 rc = dfs_cache_noreq_update_tgthint(server->current_fullpath + 1, tit); in __tree_connect_dfs_target()4627 if (rc && server->current_fullpath != server->origin_fullpath) { in tree_connect_dfs_target()4628 server->current_fullpath = server->origin_fullpath; in tree_connect_dfs_target()4680 if (!server->current_fullpath || in cifs_tree_connect()4681 dfs_cache_noreq_find(server->current_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
754 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member