Searched refs:origin_fullpath (Results 1 – 7 of 7) sorted by relevance
207 char *origin_fullpath; in __dfs_mount_share() local210 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()
127 ret = !!tcon->origin_fullpath; in is_dfs_mount()141 if (!tcon->origin_fullpath) { in automount_fullpath()160 len = strlen(tcon->origin_fullpath); in automount_fullpath()167 memcpy(s, tcon->origin_fullpath, len); in automount_fullpath()
177 kfree(tcon->origin_fullpath); in tconInfoFree()1152 t2->origin_fullpath && in tcon_super_cb()1153 dfs_src_pathname_equal(t2->origin_fullpath, t1->origin_fullpath)) in tcon_super_cb()1194 if (!tcon->origin_fullpath) { in cifs_get_dfs_tcon_super()
2538 if (tcon->origin_fullpath) { in match_tcon()2541 tcon->origin_fullpath)) in match_tcon()2976 if (tcon->origin_fullpath && in match_prepath()2977 dfs_src_pathname_equal(tcon->origin_fullpath, ctx->source)) in match_prepath()4375 char *origin_fullpath = NULL; in cifs_construct_tcon() local4422 if (master_tcon->origin_fullpath) { in cifs_construct_tcon()4424 origin_fullpath = dfs_get_path(cifs_sb, cifs_sb->ctx->source); in cifs_construct_tcon()4425 if (IS_ERR(origin_fullpath)) { in cifs_construct_tcon()4426 tcon = ERR_CAST(origin_fullpath); in cifs_construct_tcon()4427 origin_fullpath = NULL; in cifs_construct_tcon()[all …]
130 if (tcon->origin_fullpath) { in cifs_debug_tcon()132 tcon->origin_fullpath); in cifs_debug_tcon()
1320 if (!tcon->origin_fullpath) { in dfs_cache_remount_fs()
1309 char *origin_fullpath; /* canonical copy of smb3_fs_context::source */ member