Home
last modified time | relevance | path

Searched refs:nodfs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs.c277 if (!ctx->nodfs && ctx->dfs_automount) { in update_fs_context_dstaddr()
289 bool nodfs = ctx->nodfs; in dfs_mount_share() local
303 * If called with 'nodfs' mount option, then skip DFS resolving. Otherwise unconditionally in dfs_mount_share()
309 if (!nodfs) { in dfs_mount_share()
315 nodfs = true; in dfs_mount_share()
318 if (nodfs) { in dfs_mount_share()
H A Dfs_context.h222 bool nodfs:1; /* Do not request DFS, even if available */ member
H A Dfs_context.c87 fsparam_flag("nodfs", Opt_nodfs),
940 ctx->nodfs = 1; in smb3_fs_context_parse_param()
1706 if (ctx->nodfs) in smb3_update_mnt_flags()
H A Dconnect.c1532 * When using 'nodfs' mount option, we avoid sharing it with DFS in match_server()
1536 if (!ctx->nodfs) { in match_server()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h586 bool nodfs:1; /* Do not request DFS, even if available */ member
H A Dconnect.c155 { Opt_nodfs, "nodfs" },
1583 vol->nodfs = 1; in cifs_parse_mount_options()
3944 if (pvolume_info->nodfs) in cifs_setup_cifs_sb()

Completed in 18 milliseconds