Lines Matching refs:leaf_fullpath
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()
1518 if (!server->leaf_fullpath && in match_server()
1649 if (ctx->leaf_fullpath) { in cifs_get_tcp_session()
1650 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL); in cifs_get_tcp_session()
1651 if (!tcp_ses->leaf_fullpath) { in cifs_get_tcp_session()
1799 kfree(tcp_ses->leaf_fullpath); in cifs_get_tcp_session()
2357 } else if (!server->leaf_fullpath && in match_tcon()