Home
last modified time | relevance | path

Searched refs:dfs_ses_list (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs.c71 * On success, their lifetime will be shared by final tcon (dfs_ses_list).
91 list_add_tail(&root_ses->list, &mnt_ctx->dfs_ses_list); in add_root_smb_session()
253 if (list_empty(&tcon->dfs_ses_list)) { in __dfs_mount_share()
254 list_replace_init(&mnt_ctx->dfs_ses_list, &tcon->dfs_ses_list); in __dfs_mount_share()
258 dfs_put_root_smb_sessions(&mnt_ctx->dfs_ses_list); in __dfs_mount_share()
H A Dmisc.c144 INIT_LIST_HEAD(&ret_buf->dfs_ses_list); in tcon_info_alloc()
162 dfs_put_root_smb_sessions(&tcon->dfs_ses_list); in tconInfoFree()
H A Dcifsglob.h1252 struct list_head dfs_ses_list; member
1772 struct list_head dfs_ses_list; member
H A Ddfs_cache.c1294 list_for_each_entry(rses, &tcon->dfs_ses_list, list) { in dfs_cache_refresh()
H A Dconnect.c3592 INIT_LIST_HEAD(&mnt_ctx.dfs_ses_list); in cifs_mount()
3624 dfs_put_root_smb_sessions(&mnt_ctx.dfs_ses_list); in cifs_mount()

Completed in 15 milliseconds