Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Ddfs.c61 ctx->leaf_fullpath = (char *)full_path; in get_session()
63 ctx->leaf_fullpath = NULL; in get_session()
359 kfree(server->leaf_fullpath); in update_server_fullpath()
360 server->leaf_fullpath = npath; in update_server_fullpath()
467 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
481 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in __tree_connect_dfs_target()
531 char *old_fullpath = server->leaf_fullpath; in tree_connect_dfs_target()
542 if (rc && server->leaf_fullpath != old_fullpath) in tree_connect_dfs_target()
603 if (!cifs_sb || !server->leaf_fullpath || in cifs_tree_connect()
604 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
Dconnect.c515 if (!dfs_cache_noreq_find(server->leaf_fullpath + 1, NULL, &tl)) in reconnect_dfs_server()
562 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, target_hint); in reconnect_dfs_server()
579 if (!server->leaf_fullpath) { in cifs_reconnect()
1041 kfree(server->leaf_fullpath); in clean_demultiplex_info()
1553 if (server->leaf_fullpath) { in match_server()
1554 if (!ctx->leaf_fullpath || in match_server()
1555 strcasecmp(server->leaf_fullpath, in match_server()
1556 ctx->leaf_fullpath)) in match_server()
1558 } else if (ctx->leaf_fullpath) { in match_server()
1561 } else if (server->leaf_fullpath) { in match_server()
[all …]
Dfs_context.h283 char *leaf_fullpath; member
Dnamespace.c220 tmp.leaf_fullpath = NULL; in cifs_do_automount()
Dfs_context.c357 new_ctx->leaf_fullpath = NULL; in smb3_fs_context_dup()
371 DUP_CTX_STR(leaf_fullpath); in smb3_fs_context_dup()
1758 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents()
1759 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
Ddfs_cache.c1153 if (server->leaf_fullpath) { in get_ses_refpath()
1154 path = kstrdup(server->leaf_fullpath + 1, GFP_ATOMIC); in get_ses_refpath()
Dcifs_debug.c475 if (server->leaf_fullpath) { in cifs_debug_data_proc_show()
477 server->leaf_fullpath); in cifs_debug_data_proc_show()
Dmisc.c1256 if (!server->leaf_fullpath) { in cifs_inval_name_dfs_link_error()
Dcifsglob.h822 char *leaf_fullpath; member