Searched refs:auth_probe (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4getroot.c13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) argument
23 ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo, auth_probe);
H A Dnfs4client.c1105 struct nfs_fh *mntfh, bool auth_probe)
1121 error = nfs4_get_rootfh(server, mntfh, auth_probe);
1211 bool auth_probe; local
1220 auth_probe = ctx->auth_info.flavor_len < 1;
1227 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe);
1247 bool auth_probe; local
1307 auth_probe = parent_server->auth_info.flavor_len < 1;
1309 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe);
1104 nfs4_server_common_setup(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) argument
H A Dnfs4proc.c4218 * @auth_probe: probe the auth flavours
4224 bool auth_probe)
4228 if (!auth_probe)
4231 if (auth_probe || status == NFS4ERR_WRONGSEC)
4222 nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info, bool auth_probe) argument

Completed in 134 milliseconds