Searched refs:leaf_fullpath (Results 1 – 3 of 3) sorted by relevance
/linux/fs/cifs/ |
A D | connect.c | 74 char *origin_fullpath, *leaf_fullpath; member 849 kfree(server->leaf_fullpath); in clean_demultiplex_info() 3454 if (!mnt_ctx->leaf_fullpath) in connect_dfs_root() 3478 kfree(mnt_ctx->leaf_fullpath); in __follow_dfs_link() 3481 if (IS_ERR(mnt_ctx->leaf_fullpath)) { in __follow_dfs_link() 3482 rc = PTR_ERR(mnt_ctx->leaf_fullpath); in __follow_dfs_link() 3483 mnt_ctx->leaf_fullpath = NULL; in __follow_dfs_link() 3547 server->leaf_fullpath = mnt_ctx->leaf_fullpath; in setup_server_referral_paths() 3602 kfree(mnt_ctx.leaf_fullpath); in cifs_mount() 4157 kfree(server->leaf_fullpath); in update_server_fullpath() [all …]
|
A D | dfs_cache.c | 1425 if (strcasecmp(server->leaf_fullpath, server->origin_fullpath)) in refresh_tcon() 1426 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon() 1533 if (strcasecmp(server->leaf_fullpath, server->origin_fullpath)) in refresh_mounts() 1534 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, false); in refresh_mounts()
|
A D | cifsglob.h | 720 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member
|
Completed in 20 milliseconds