Home
last modified time | relevance | path

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

/fs/nfs/
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()
A Dnfs4client.c1078 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() argument
1098 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup()
1189 bool auth_probe; in nfs4_create_server() local
1198 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server()
1205 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server()
1237 bool auth_probe; in nfs4_create_referral_server() local
1274 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server()
1276 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server()
A Dnfs4proc.c4370 struct nfs_fattr *fattr, bool auth_probe) in nfs4_proc_get_rootfh() argument
4374 if (!auth_probe) in nfs4_proc_get_rootfh()
4377 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()

Completed in 25 milliseconds