Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Ddfs.c234 char *origin_fullpath; in __dfs_mount_share() local
237 origin_fullpath = dfs_get_path(cifs_sb, ctx->source); in __dfs_mount_share()
238 if (IS_ERR(origin_fullpath)) in __dfs_mount_share()
239 return PTR_ERR(origin_fullpath); in __dfs_mount_share()
247 if (!tcon->origin_fullpath) { in __dfs_mount_share()
248 tcon->origin_fullpath = origin_fullpath; in __dfs_mount_share()
249 origin_fullpath = NULL; in __dfs_mount_share()
262 kfree(origin_fullpath); in __dfs_mount_share()
Dnamespace.c129 if (!tcon->origin_fullpath) { in automount_fullpath()
145 len = strlen(tcon->origin_fullpath); in automount_fullpath()
152 memcpy(s, tcon->origin_fullpath, len); in automount_fullpath()
Dmisc.c164 kfree(tcon->origin_fullpath); in tconInfoFree()
1130 t2->origin_fullpath && in tcon_super_cb()
1131 dfs_src_pathname_equal(t2->origin_fullpath, t1->origin_fullpath)) in tcon_super_cb()
1172 if (!tcon->origin_fullpath) { in cifs_get_dfs_tcon_super()
1268 if (!tcon->origin_fullpath) { in cifs_inval_name_dfs_link_error()
Dcifs_debug.c126 if (tcon->origin_fullpath) { in cifs_debug_tcon()
128 tcon->origin_fullpath); in cifs_debug_tcon()
Dconnect.c2352 if (tcon->origin_fullpath) { in match_tcon()
2355 tcon->origin_fullpath)) in match_tcon()
2774 if (tcon->origin_fullpath && in match_prepath()
2775 dfs_src_pathname_equal(tcon->origin_fullpath, ctx->source)) in match_prepath()
Ddfs_cache.c1256 if (!tcon->origin_fullpath) { in dfs_cache_remount_fs()
Dcifsglob.h1226 char *origin_fullpath; /* canonical copy of smb3_fs_context::source */ member