Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/ !
Dconnect.c3603 static int is_dfs_mount(struct mount_ctx *mnt_ctx, bool *isdfs, struct dfs_cache_tgt_list *root_tl) in is_dfs_mount() argument
3621 ctx->UNC + 1, NULL, root_tl)) { in is_dfs_mount()
3670 static int connect_dfs_root(struct mount_ctx *mnt_ctx, struct dfs_cache_tgt_list *root_tl) in connect_dfs_root() argument
3699 for (rc = -ENOENT, tit = dfs_cache_get_tgt_iterator(root_tl); in connect_dfs_root()
3700 tit; tit = dfs_cache_get_next_tgt(root_tl, tit)) { in connect_dfs_root()