Searched refs:origin_fullpath (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs.c | 234 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()
|
H A D | namespace.c | 127 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 D | misc.c | 164 kfree(tcon->origin_fullpath); in tconInfoFree() 1134 t2->origin_fullpath && in tcon_super_cb() 1135 dfs_src_pathname_equal(t2->origin_fullpath, t1->origin_fullpath)) in tcon_super_cb() 1176 if (!tcon->origin_fullpath) { in cifs_get_dfs_tcon_super() 1272 if (!tcon->origin_fullpath) { in cifs_inval_name_dfs_link_error()
|
H A D | cifs_debug.c | 128 if (tcon->origin_fullpath) { in cifs_debug_tcon() 130 tcon->origin_fullpath); in cifs_debug_tcon()
|
H A D | connect.c | 2394 if (tcon->origin_fullpath) { in match_tcon() 2397 tcon->origin_fullpath)) in match_tcon() 2816 if (tcon->origin_fullpath && in match_prepath() 2817 dfs_src_pathname_equal(tcon->origin_fullpath, ctx->source)) in match_prepath()
|
H A D | dfs_cache.c | 1256 if (!tcon->origin_fullpath) { in dfs_cache_remount_fs()
|
H A D | cifsglob.h | 1256 char *origin_fullpath; /* canonical copy of smb3_fs_context::source */ member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_fs_sb.h | 88 char *origin_fullpath; /* \\HOST\SHARE\[OPTIONAL PATH] */ member
|
H A D | connect.c | 347 if (!cifs_sb || !cifs_sb->origin_fullpath) in reconn_set_next_dfs_target() 358 cifs_dbg(FYI, "%s: UNC: %s\n", __func__, cifs_sb->origin_fullpath); in reconn_set_next_dfs_target() 375 if (!cifs_sb->origin_fullpath) in reconn_setup_dfs_targets() 377 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl); in reconn_setup_dfs_targets() 555 rc = dfs_cache_noreq_update_tgthint(cifs_sb->origin_fullpath + 1, in cifs_reconnect() 561 rc = dfs_cache_update_vol(cifs_sb->origin_fullpath, server); in cifs_reconnect() 4750 * only the root path is set in cifs_sb->origin_fullpath and tcon->dfs_path. And for DFS in cifs_mount() 4754 cifs_sb->origin_fullpath = kstrndup(full_path, strlen(full_path), GFP_KERNEL); in cifs_mount() 4755 if (!cifs_sb->origin_fullpath) { in cifs_mount() 4766 rc = dfs_cache_add_vol(mntdata, vol, cifs_sb->origin_fullpath); in cifs_mount() [all...] |
H A D | misc.c | 1151 if (tcon->dfs_path && cifs_sb->origin_fullpath && in tcon_super_cb() 1152 !strcasecmp(tcon->dfs_path, cifs_sb->origin_fullpath)) in tcon_super_cb()
|
Completed in 24 milliseconds