Home
last modified time | relevance | path

Searched refs:origin_fullpath (Results 1 – 3 of 3) 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 Dcifsglob.h1299 char *origin_fullpath; /* canonical copy of smb3_fs_context::source */ member