Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dconnect.c377 const char *refpath = server->current_fullpath + 1; in reconnect_dfs_server()
3548 server->current_fullpath = mnt_ctx->leaf_fullpath; in setup_server_referral_paths()
4160 server->current_fullpath = server->leaf_fullpath; in update_server_fullpath()
4218 rc = dfs_cache_get_tgt_share(server->current_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
4256 rc = dfs_cache_noreq_update_tgthint(server->current_fullpath + 1, tit); in __tree_connect_dfs_target()
4297 if (rc && server->current_fullpath != server->origin_fullpath) { in tree_connect_dfs_target()
4298 server->current_fullpath = server->origin_fullpath; in tree_connect_dfs_target()
4337 if (!server->current_fullpath || in cifs_tree_connect()
4338 dfs_cache_noreq_find(server->current_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
A Dcifsglob.h720 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member

Completed in 18 milliseconds