Searched refs:dfs_automount (Results 1 – 3 of 3) sorted by relevance
263 ctx->dfs_automount = ctx->dfs_conn = is_dfs_mount(mntpt); in cifs_do_automount() 264 cifs_dbg(FYI, "%s: ctx: source=%s UNC=%s prepath=%s dfs_automount=%d\n", in cifs_do_automount() 265 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
246 * If @ctx->dfs_automount, then update @ctx->dstaddr earlier with the DFS root256 if (!ctx->nodfs && ctx->dfs_automount) { in update_fs_context_dstaddr() 260 ctx->dfs_automount = false; in update_fs_context_dstaddr()
333 bool dfs_automount:1; /* set for dfs automount only */ member