Lines Matching refs:leaf_fullpath
515 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()
1570 if (!server->leaf_fullpath && in match_server()
1702 if (ctx->leaf_fullpath) { in cifs_get_tcp_session()
1703 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL); in cifs_get_tcp_session()
1704 if (!tcp_ses->leaf_fullpath) { in cifs_get_tcp_session()
1854 kfree(tcp_ses->leaf_fullpath); in cifs_get_tcp_session()
2402 } else if (!server->leaf_fullpath && in match_tcon()