Searched refs:auth_probe (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4getroot.c | 13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh() argument 23 ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo, auth_probe); in nfs4_get_rootfh()
|
A D | nfs4client.c | 1082 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() 1187 bool auth_probe; in nfs4_create_server() local 1196 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server() 1203 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server() 1222 bool auth_probe; in nfs4_create_referral_server() local 1278 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server() 1280 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server()
|
A D | nfs4proc.c | 4198 bool auth_probe) in nfs4_proc_get_rootfh() argument 4202 if (!auth_probe) in nfs4_proc_get_rootfh() 4205 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
|
Completed in 25 milliseconds