Searched refs:origin_fullpath (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/fs/cifs/ |
| D | dfs_cache.c | 1439 if (server->origin_fullpath) { in refresh_tcon() 1441 server->origin_fullpath)) in refresh_tcon() 1443 __refresh_tcon(server->origin_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon() 1474 if (!server->origin_fullpath) { in dfs_cache_remount_fs() 1555 if (server->origin_fullpath) { in refresh_mounts() 1557 server->origin_fullpath)) in refresh_mounts() 1559 __refresh_tcon(server->origin_fullpath + 1, sessions, tcon, false); in refresh_mounts()
|
| D | connect.c | 74 char *origin_fullpath, *leaf_fullpath; member 575 if (!server->origin_fullpath || !server->leaf_fullpath) { in cifs_reconnect() 1029 kfree(server->origin_fullpath); in clean_demultiplex_info() 3695 mnt_ctx->origin_fullpath = dfs_cache_canonical_path(ctx->UNC, cifs_sb->local_nls, in connect_dfs_root() 3697 if (IS_ERR(mnt_ctx->origin_fullpath)) { in connect_dfs_root() 3698 rc = PTR_ERR(mnt_ctx->origin_fullpath); in connect_dfs_root() 3699 mnt_ctx->origin_fullpath = NULL; in connect_dfs_root() 3706 rc = connect_dfs_target(mnt_ctx, full_path, mnt_ctx->origin_fullpath + 1, tit); in connect_dfs_root() 3708 mnt_ctx->leaf_fullpath = kstrdup(mnt_ctx->origin_fullpath, GFP_KERNEL); in connect_dfs_root() 3781 kfree(mnt_ctx->origin_fullpath); in follow_dfs_link() [all …]
|
| D | cifsglob.h | 754 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member
|