Searched refs:dfs_automount (Results 1 – 3 of 3) sorted by relevance
260 ctx->dfs_automount = is_dfs_mount(mntpt); in cifs_do_automount()262 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
273 if (!ctx->nodfs && ctx->dfs_automount) { in update_fs_context_dstaddr()277 ctx->dfs_automount = false; in update_fs_context_dstaddr()
285 bool dfs_automount:1; /* set for dfs automount only */ member