Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4getroot.c13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh() argument
22 ret = nfs4_proc_get_rootfh(server, mntfh, fattr, auth_probe); in nfs4_get_rootfh()
H A Dnfs4client.c909 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() argument
929 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup()
1030 bool auth_probe; in nfs4_create_server() local
1039 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server()
1046 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server()
1078 bool auth_probe; in nfs4_create_referral_server() local
1115 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server()
1117 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server()
H A Dnfs4proc.c4288 struct nfs_fattr *fattr, bool auth_probe) in nfs4_proc_get_rootfh() argument
4292 if (!auth_probe) in nfs4_proc_get_rootfh()
4295 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()