Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddfs.c63 ctx->leaf_fullpath = (char *)full_path; in get_session()
66 ctx->leaf_fullpath = ctx->dns_dom = NULL; in get_session()
357 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in tree_connect_dfs_target()
371 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in tree_connect_dfs_target()
438 if (!server->leaf_fullpath || in cifs_tree_connect()
439 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
H A Ddfs.h193 const char *path = ses->server->leaf_fullpath; in dfs_ses_refpath()
H A Dnamespace.c237 tmp.leaf_fullpath = NULL; in cifs_do_automount()
H A Dcifs_debug.c475 if (server->leaf_fullpath) { in cifs_debug_data_proc_show()
477 server->leaf_fullpath); in cifs_debug_data_proc_show()
H A Dmisc.c1249 if (!server->leaf_fullpath) { in cifs_inval_name_dfs_link_error()
H A Dcifsglob.h853 char *leaf_fullpath; member