Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs.c282 int dfs_mount_share(struct cifs_mount_ctx *mnt_ctx, bool *isdfs) in dfs_mount_share() argument
292 *isdfs = false; in dfs_mount_share()
320 *isdfs = true; in dfs_mount_share()
H A Ddfs.h121 int dfs_mount_share(struct cifs_mount_ctx *mnt_ctx, bool *isdfs);
H A Dconnect.c3693 bool isdfs; in cifs_mount() local
3696 rc = dfs_mount_share(&mnt_ctx, &isdfs); in cifs_mount()
3699 if (!isdfs) in cifs_mount()