Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Ddfs.h37 if (unlikely(!server->origin_fullpath)) in dfs_get_automount_devname()
41 server->origin_fullpath, in dfs_get_automount_devname()
42 strlen(server->origin_fullpath), in dfs_get_automount_devname()
A Ddfs.c168 char *origin_fullpath = NULL; in __dfs_mount_share() local
183 origin_fullpath = kstrdup(full_path, GFP_KERNEL); in __dfs_mount_share()
184 if (!origin_fullpath) { in __dfs_mount_share()
239 server->origin_fullpath = origin_fullpath; in __dfs_mount_share()
242 origin_fullpath = NULL; in __dfs_mount_share()
246 kfree(origin_fullpath); in __dfs_mount_share()
A Dcifs_debug.c377 if (server->origin_fullpath) in cifs_debug_data_proc_show()
379 server->origin_fullpath); in cifs_debug_data_proc_show()
A Dcifsglob.h749 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member
1754 char *origin_fullpath, *leaf_fullpath; member
A Dconnect.c986 kfree(server->origin_fullpath); in clean_demultiplex_info()
1426 if (!ctx->source || !server->origin_fullpath || in match_server()
1427 !dfs_src_pathname_equal(server->origin_fullpath, ctx->source)) in match_server()
2689 dfs_super_cmp = IS_ENABLED(CONFIG_CIFS_DFS_UPCALL) && tcp_srv->origin_fullpath; in cifs_match_super()
3443 kfree(mnt_ctx.origin_fullpath); in cifs_mount()
A Dmisc.c1228 !is_tcon_dfs(tcon) || !ses->server->origin_fullpath) in cifs_inval_name_dfs_link_error()
A Ddfs_cache.c1383 if (!server->origin_fullpath) { in dfs_cache_remount_fs()

Completed in 25 milliseconds