Home
last modified time | relevance | path

Searched refs:leaf_fullpath (Results 1 – 9 of 9) sorted by relevance

/linux/fs/smb/client/
A Ddfs.c61 ctx->leaf_fullpath = (char *)full_path; in get_session()
63 ctx->leaf_fullpath = NULL; in get_session()
359 kfree(server->leaf_fullpath); in update_server_fullpath()
360 server->leaf_fullpath = npath; in update_server_fullpath()
467 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
481 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in __tree_connect_dfs_target()
531 char *old_fullpath = server->leaf_fullpath; in tree_connect_dfs_target()
542 if (rc && server->leaf_fullpath != old_fullpath) in tree_connect_dfs_target()
603 if (!cifs_sb || !server->leaf_fullpath || in cifs_tree_connect()
604 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
A Dconnect.c579 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()
1556 ctx->leaf_fullpath)) in match_server()
1558 } else if (ctx->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()
[all …]
A Dfs_context.h283 char *leaf_fullpath; member
A Dnamespace.c220 tmp.leaf_fullpath = NULL; in cifs_do_automount()
A Dfs_context.c357 new_ctx->leaf_fullpath = NULL; in smb3_fs_context_dup()
371 DUP_CTX_STR(leaf_fullpath); in smb3_fs_context_dup()
1758 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents()
1759 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
A Ddfs_cache.c1153 if (server->leaf_fullpath) { in get_ses_refpath()
1154 path = kstrdup(server->leaf_fullpath + 1, GFP_ATOMIC); in get_ses_refpath()
A Dcifs_debug.c475 if (server->leaf_fullpath) { in cifs_debug_data_proc_show()
477 server->leaf_fullpath); in cifs_debug_data_proc_show()
A Dmisc.c1256 if (!server->leaf_fullpath) { in cifs_inval_name_dfs_link_error()
A Dcifsglob.h822 char *leaf_fullpath; member

Completed in 37 milliseconds