Searched refs:origin_fullpath (Results 1 – 7 of 7) sorted by relevance
37 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()
168 char *origin_fullpath = NULL; in __dfs_mount_share() local183 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()
377 if (server->origin_fullpath) in cifs_debug_data_proc_show()379 server->origin_fullpath); in cifs_debug_data_proc_show()
749 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member1754 char *origin_fullpath, *leaf_fullpath; member
986 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()
1228 !is_tcon_dfs(tcon) || !ses->server->origin_fullpath) in cifs_inval_name_dfs_link_error()
1383 if (!server->origin_fullpath) { in dfs_cache_remount_fs()
Completed in 25 milliseconds