Searched refs:auth_probe (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | nfs4getroot.c | 12 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh() argument 24 ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo, auth_probe); in nfs4_get_rootfh()
|
D | nfs4client.c | 906 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() argument 938 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup() 1036 bool auth_probe; in nfs4_create_server() local 1045 auth_probe = mount_info->parsed->auth_info.flavor_len < 1; in nfs4_create_server() 1052 error = nfs4_server_common_setup(server, mount_info->mntfh, auth_probe); in nfs4_create_server() 1073 bool auth_probe; in nfs4_create_referral_server() local 1106 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server() 1108 error = nfs4_server_common_setup(server, mntfh, auth_probe); in nfs4_create_referral_server()
|
D | nfs4proc.c | 3261 bool auth_probe) in nfs4_proc_get_rootfh() argument 3265 if (!auth_probe) in nfs4_proc_get_rootfh() 3268 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
|