Searched refs:origin_fullpath (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/cifs/ |
| A D | connect.c | 74 char *origin_fullpath, *leaf_fullpath; member 848 kfree(server->origin_fullpath); in clean_demultiplex_info() 3442 if (IS_ERR(mnt_ctx->origin_fullpath)) { in connect_dfs_root() 3443 rc = PTR_ERR(mnt_ctx->origin_fullpath); in connect_dfs_root() 3444 mnt_ctx->origin_fullpath = NULL; in connect_dfs_root() 3521 kfree(mnt_ctx->origin_fullpath); in follow_dfs_link() 3526 if (IS_ERR(mnt_ctx->origin_fullpath)) { in follow_dfs_link() 3527 rc = PTR_ERR(mnt_ctx->origin_fullpath); in follow_dfs_link() 3528 mnt_ctx->origin_fullpath = NULL; in follow_dfs_link() 3546 server->origin_fullpath = mnt_ctx->origin_fullpath; in setup_server_referral_paths() [all …]
|
| A D | dfs_cache.c | 1425 if (strcasecmp(server->leaf_fullpath, server->origin_fullpath)) in refresh_tcon() 1429 __refresh_tcon(server->origin_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon() 1458 if (!server->origin_fullpath) { in dfs_cache_remount_fs() 1533 if (strcasecmp(server->leaf_fullpath, server->origin_fullpath)) in refresh_mounts() 1537 __refresh_tcon(server->origin_fullpath + 1, sessions, tcon, false); in refresh_mounts()
|
| A D | cifsglob.h | 720 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member
|
Completed in 22 milliseconds