Searched refs:leaf_fullpath (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | dfs.c | 61 ctx->leaf_fullpath = (char *)full_path; in get_session() 63 ctx->leaf_fullpath = NULL; in get_session() 372 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in tree_connect_dfs_target() 386 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in tree_connect_dfs_target() 452 if (!server->leaf_fullpath || in cifs_tree_connect() 453 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
|
H A D | connect.c | 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() 1063 kfree(server->leaf_fullpath); in clean_demultiplex_info() 1573 if (server->leaf_fullpath) { in match_server() 1574 if (!ctx->leaf_fullpath || in match_server() 1575 strcasecmp(server->leaf_fullpath, in match_server() 1576 ctx->leaf_fullpath)) in match_server() 1578 } else if (ctx->leaf_fullpath) { in match_server() 1581 } else if (server->leaf_fullpath) { in match_server() [all …]
|
H A D | fs_context.h | 283 char *leaf_fullpath; member
|
H A D | namespace.c | 237 tmp.leaf_fullpath = NULL; in cifs_do_automount()
|
H A D | fs_context.c | 355 new_ctx->leaf_fullpath = NULL; in smb3_fs_context_dup() 369 DUP_CTX_STR(leaf_fullpath); in smb3_fs_context_dup() 1837 kfree(ctx->leaf_fullpath); in smb3_cleanup_fs_context_contents() 1838 ctx->leaf_fullpath = NULL; in smb3_cleanup_fs_context_contents()
|
H A D | dfs_cache.c | 1190 if (server->leaf_fullpath) { in __refresh_ses_referral() 1191 path = kstrdup(server->leaf_fullpath + 1, GFP_ATOMIC); in __refresh_ses_referral()
|
H A D | cifs_debug.c | 472 if (server->leaf_fullpath) { in cifs_debug_data_proc_show() 474 server->leaf_fullpath); in cifs_debug_data_proc_show()
|
H A D | misc.c | 1309 if (!server->leaf_fullpath) { in cifs_inval_name_dfs_link_error()
|
H A D | cifsglob.h | 827 char *leaf_fullpath; member
|