Searched refs:leaf_fullpath (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| D | dfs.c | 61 ctx->leaf_fullpath = (char *)full_path; in get_session() 63 ctx->leaf_fullpath = NULL; in get_session() 357 kfree(server->leaf_fullpath); in update_server_fullpath() 358 server->leaf_fullpath = npath; in update_server_fullpath() 465 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target() 479 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in __tree_connect_dfs_target() 529 char *old_fullpath = server->leaf_fullpath; in tree_connect_dfs_target() 540 if (rc && server->leaf_fullpath != old_fullpath) in tree_connect_dfs_target() 596 if (!cifs_sb || !server->leaf_fullpath || in cifs_tree_connect() 597 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
|
| 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()
|
| D | connect.c | 470 if (!dfs_cache_noreq_find(server->leaf_fullpath + 1, NULL, &tl)) in reconnect_dfs_server() 517 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, target_hint); in reconnect_dfs_server() 534 if (!server->leaf_fullpath) { in cifs_reconnect() 999 kfree(server->leaf_fullpath); in clean_demultiplex_info() 1501 if (server->leaf_fullpath) { in match_server() 1502 if (!ctx->leaf_fullpath || in match_server() 1503 strcasecmp(server->leaf_fullpath, in match_server() 1504 ctx->leaf_fullpath)) in match_server() 1506 } else if (ctx->leaf_fullpath) { in match_server() 1509 } else if (server->leaf_fullpath) { in match_server() [all …]
|
| D | fs_context.h | 269 char *leaf_fullpath; member
|
| D | namespace.c | 193 tmp.leaf_fullpath = NULL; in cifs_do_automount()
|
| 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() 1661 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents() 1662 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
|
| D | cifs_debug.c | 447 if (server->leaf_fullpath) { in cifs_debug_data_proc_show() 449 server->leaf_fullpath); in cifs_debug_data_proc_show()
|
| D | cifsglob.h | 771 char *leaf_fullpath; member
|