Home
last modified time | relevance | path

Searched refs:origin_fullpath (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Ddfs.c207 char *origin_fullpath; in __dfs_mount_share() local
210 origin_fullpath = dfs_get_path(cifs_sb, ctx->source); in __dfs_mount_share()
211 if (IS_ERR(origin_fullpath)) in __dfs_mount_share()
212 return PTR_ERR(origin_fullpath); in __dfs_mount_share()
232 tcon->origin_fullpath = origin_fullpath; in __dfs_mount_share()
233 origin_fullpath = NULL; in __dfs_mount_share()
240 kfree(origin_fullpath); in __dfs_mount_share()
H A Dmisc.c182 kfree(tcon->origin_fullpath); in tconInfoFree()
893 t2->origin_fullpath && in tcon_super_cb()
894 dfs_src_pathname_equal(t2->origin_fullpath, t1->origin_fullpath)) in tcon_super_cb()
935 if (!tcon->origin_fullpath) { in cifs_get_dfs_tcon_super()
H A Dconnect.c2549 if (tcon->origin_fullpath) { in match_tcon()
2552 tcon->origin_fullpath)) in match_tcon()
2987 if (tcon->origin_fullpath && in match_prepath()
2988 dfs_src_pathname_equal(tcon->origin_fullpath, ctx->source)) in match_prepath()
4215 char *origin_fullpath = NULL; in cifs_construct_tcon() local
4262 if (master_tcon->origin_fullpath) { in cifs_construct_tcon()
4264 origin_fullpath = dfs_get_path(cifs_sb, cifs_sb->ctx->source); in cifs_construct_tcon()
4265 if (IS_ERR(origin_fullpath)) { in cifs_construct_tcon()
4266 tcon = ERR_CAST(origin_fullpath); in cifs_construct_tcon()
4267 origin_fullpath = NULL; in cifs_construct_tcon()
[all …]
H A Ddfs_cache.c1320 if (!tcon->origin_fullpath) { in dfs_cache_remount_fs()
H A Dcifsglob.h1299 char *origin_fullpath; /* canonical copy of smb3_fs_context::source */ member