Searched refs:leaf_fullpath (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs.c | 61 ctx->leaf_fullpath = (char *)full_path; in get_session() 63 ctx->leaf_fullpath = NULL; in get_session() 365 kfree(server->leaf_fullpath); in update_server_fullpath() 366 server->leaf_fullpath = npath; in update_server_fullpath() 473 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target() 487 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in __tree_connect_dfs_target() 537 char *old_fullpath = server->leaf_fullpath; in tree_connect_dfs_target() 548 if (rc && server->leaf_fullpath != old_fullpath) in tree_connect_dfs_target() 609 if (!cifs_sb || !server->leaf_fullpath || in cifs_tree_connect() 610 dfs_cache_noreq_find(server->leaf_fullpath in cifs_tree_connect() [all...] |
H A D | connect.c | 501 if (!dfs_cache_noreq_find(server->leaf_fullpath + 1, NULL, &tl)) in reconnect_dfs_server() 548 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, target_hint); in reconnect_dfs_server() 565 if (!server->leaf_fullpath) { in cifs_reconnect() 1030 kfree(server->leaf_fullpath); in clean_demultiplex_info() 1524 * really match either @server->leaf_fullpath or @server->dstaddr in match_server() 1529 * Otherwise, match the DFS referral in @server->leaf_fullpath or the in match_server() 1537 if (server->leaf_fullpath) { in match_server() 1538 if (!ctx->leaf_fullpath || in match_server() 1539 strcasecmp(server->leaf_fullpath, in match_server() 1540 ctx->leaf_fullpath)) in match_server() [all...] |
H A D | dfs_cache.c | 1230 if (server->leaf_fullpath) in refresh_tcon() 1231 __refresh_tcon(server->leaf_fullpath + 1, ses, force_refresh); in refresh_tcon() 1290 if (server->leaf_fullpath) in dfs_cache_refresh() 1291 __refresh_tcon(server->leaf_fullpath + 1, ses, false); in dfs_cache_refresh() 1298 if (server->leaf_fullpath) in dfs_cache_refresh() 1299 __refresh_tcon(server->leaf_fullpath + 1, ses, false); in dfs_cache_refresh()
|
H A D | fs_context.h | 269 char *leaf_fullpath; member
|
H A D | namespace.c | 220 tmp.leaf_fullpath = NULL; in cifs_do_automount()
|
H A D | fs_context.c | 322 new_ctx->leaf_fullpath = NULL; in smb3_fs_context_dup() 335 DUP_CTX_STR(leaf_fullpath); in smb3_fs_context_dup() 1689 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents() 1690 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
|
H A D | cifs_debug.c | 456 if (server->leaf_fullpath) { in cifs_debug_data_proc_show() 458 server->leaf_fullpath); in cifs_debug_data_proc_show()
|
H A D | cifsglob.h | 780 struct mutex refpath_lock; /* protects leaf_fullpath */ 782 * leaf_fullpath: Canonical DFS referral path related to this 788 * mostly used for not requiring a copy of @leaf_fullpath when getting 795 char *leaf_fullpath; member
|
Completed in 15 milliseconds