Searched refs:leaf_fullpath (Results 1 – 8 of 8) sorted by relevance
95 ctx->leaf_fullpath = (char *)full_path; in get_session()97 ctx->leaf_fullpath = NULL; in get_session()240 server->current_fullpath = server->leaf_fullpath; in __dfs_mount_share()322 kfree(server->leaf_fullpath); in update_server_fullpath()323 server->leaf_fullpath = npath; in update_server_fullpath()325 server->current_fullpath = server->leaf_fullpath; in update_server_fullpath()451 char *old_fullpath = server->leaf_fullpath; in tree_connect_dfs_target()462 if (rc && server->leaf_fullpath != old_fullpath) in tree_connect_dfs_target()
1356 if (server->leaf_fullpath) in refresh_tcon()1357 __refresh_tcon(server->leaf_fullpath + 1, tcon, force_refresh); in refresh_tcon()1421 if (!server->leaf_fullpath) in refresh_cache_worker()1445 if (server->leaf_fullpath) in refresh_cache_worker()1446 __refresh_tcon(server->leaf_fullpath + 1, tcon, false); in refresh_cache_worker()
180 tmp.leaf_fullpath = NULL; in cifs_dfs_do_automount()
518 if (!server->leaf_fullpath) { in cifs_reconnect()987 kfree(server->leaf_fullpath); in clean_demultiplex_info()1431 if (server->leaf_fullpath) { in match_server()1432 if (!ctx->leaf_fullpath || in match_server()1433 strcasecmp(server->leaf_fullpath, ctx->leaf_fullpath)) in match_server()1566 if (ctx->leaf_fullpath) { in cifs_get_tcp_session()1567 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL); in cifs_get_tcp_session()1568 if (!tcp_ses->leaf_fullpath) { in cifs_get_tcp_session()1572 tcp_ses->current_fullpath = tcp_ses->leaf_fullpath; in cifs_get_tcp_session()1716 kfree(tcp_ses->leaf_fullpath); in cifs_get_tcp_session()[all …]
267 char *leaf_fullpath; member
319 new_ctx->leaf_fullpath = NULL; in smb3_fs_context_dup()332 DUP_CTX_STR(leaf_fullpath); in smb3_fs_context_dup()1597 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents()1598 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
380 if (server->leaf_fullpath) in cifs_debug_data_proc_show()382 server->leaf_fullpath); in cifs_debug_data_proc_show()
749 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member1754 char *origin_fullpath, *leaf_fullpath; member
Completed in 40 milliseconds