Searched refs:leaf_fullpath (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | connect.c | 74 char *origin_fullpath, *leaf_fullpath; member 445 if (!server->is_dfs_conn || !server->origin_fullpath || !server->leaf_fullpath) { in cifs_reconnect() 844 kfree(server->leaf_fullpath); in clean_demultiplex_info() 3435 mnt_ctx->leaf_fullpath = kstrdup(mnt_ctx->origin_fullpath, GFP_KERNEL); in connect_dfs_root() 3436 if (!mnt_ctx->leaf_fullpath) in connect_dfs_root() 3460 kfree(mnt_ctx->leaf_fullpath); in __follow_dfs_link() 3461 mnt_ctx->leaf_fullpath = dfs_cache_canonical_path(full_path, cifs_sb->local_nls, in __follow_dfs_link() 3463 if (IS_ERR(mnt_ctx->leaf_fullpath)) { in __follow_dfs_link() 3464 rc = PTR_ERR(mnt_ctx->leaf_fullpath); in __follow_dfs_link() 3465 mnt_ctx->leaf_fullpath = NULL; in __follow_dfs_link() [all …]
|
D | dfs_cache.c | 1434 if (strcasecmp(server->leaf_fullpath, server->origin_fullpath)) in refresh_tcon() 1435 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon() 1542 if (strcasecmp(server->leaf_fullpath, server->origin_fullpath)) in refresh_mounts() 1543 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, false); in refresh_mounts()
|
D | cifsglob.h | 711 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member
|