Home
last modified time | relevance | path

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

/linux-6.15/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 Dfs_context.h331 char *leaf_fullpath; member
H A Dfs_context.c446 new_ctx->leaf_fullpath = NULL; in smb3_fs_context_dup()
462 DUP_CTX_STR(leaf_fullpath); in smb3_fs_context_dup()
2000 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents()
2001 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
H A Dconnect.c498 const char *ref_path = server->leaf_fullpath + 1; in reconnect_dfs_server()
572 if (!server->leaf_fullpath) in _cifs_reconnect()
1127 kfree(server->leaf_fullpath); in clean_demultiplex_info()
1755 if (ctx->leaf_fullpath) { in cifs_get_tcp_session()
1756 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL); in cifs_get_tcp_session()
1757 if (!tcp_ses->leaf_fullpath) { in cifs_get_tcp_session()
1905 kfree(tcp_ses->leaf_fullpath); in cifs_get_tcp_session()
2534 } else if (!server->leaf_fullpath && in match_tcon()
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 Dsess.c530 ctx->leaf_fullpath = ses->server->leaf_fullpath; in cifs_ses_add_channel()
H A Dmisc.c1251 if (!server->leaf_fullpath) { in cifs_inval_name_dfs_link_error()
H A Dcifsglob.h854 char *leaf_fullpath; member