Home
last modified time | relevance | path

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

/linux-6.15/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 Dnamespace.c127 ret = !!tcon->origin_fullpath; in is_dfs_mount()
141 if (!tcon->origin_fullpath) { in automount_fullpath()
157 len = strlen(tcon->origin_fullpath); in automount_fullpath()
164 memcpy(s, tcon->origin_fullpath, len); in automount_fullpath()
H A Dmisc.c170 kfree(tcon->origin_fullpath); in tconInfoFree()
1120 t2->origin_fullpath && in tcon_super_cb()
1121 dfs_src_pathname_equal(t2->origin_fullpath, t1->origin_fullpath)) in tcon_super_cb()
1162 if (!tcon->origin_fullpath) { in cifs_get_dfs_tcon_super()
H A Dconnect.c2529 if (tcon->origin_fullpath) { in match_tcon()
2532 tcon->origin_fullpath)) in match_tcon()
2973 if (tcon->origin_fullpath && in match_prepath()
4360 char *origin_fullpath = NULL; in cifs_construct_tcon() local
4407 if (master_tcon->origin_fullpath) { in cifs_construct_tcon()
4410 if (IS_ERR(origin_fullpath)) { in cifs_construct_tcon()
4412 origin_fullpath = NULL; in cifs_construct_tcon()
4428 if (origin_fullpath) { in cifs_construct_tcon()
4430 tcon->origin_fullpath = origin_fullpath; in cifs_construct_tcon()
4432 origin_fullpath = NULL; in cifs_construct_tcon()
[all …]
H A Dcifs_debug.c128 if (tcon->origin_fullpath) { in cifs_debug_tcon()
130 tcon->origin_fullpath); in cifs_debug_tcon()
H A Ddfs_cache.c1281 if (!tcon->origin_fullpath) { in dfs_cache_remount_fs()
H A Dcifsglob.h1331 char *origin_fullpath; /* canonical copy of smb3_fs_context::source */ member