Searched refs:auth_probe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H 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()
|
H A D | nfs4client.c | 1029 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() 1063 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup() 1152 bool auth_probe; in nfs4_create_server() local 1161 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server() 1168 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server() 1187 bool auth_probe; in nfs4_create_referral_server() local 1241 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server() 1243 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server() 1028 nfs4_server_common_setup(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) nfs4_server_common_setup() argument
|
H A D | nfs4proc.c | 4069 * @auth_probe: probe the auth flavours 4075 bool auth_probe) in nfs4_proc_get_rootfh() 4079 if (!auth_probe) in nfs4_proc_get_rootfh() 4082 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh() 4073 nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info, bool auth_probe) nfs4_proc_get_rootfh() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H 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()
|
H A D | nfs4client.c | 1103 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() 1119 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup() 1209 bool auth_probe; in nfs4_create_server() local 1218 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server() 1225 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server() 1245 bool auth_probe; in nfs4_create_referral_server() local 1305 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server() 1307 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server() 1102 nfs4_server_common_setup(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) nfs4_server_common_setup() argument
|
H A D | nfs4proc.c | 4198 * @auth_probe: probe the auth flavours 4204 bool auth_probe) in nfs4_proc_get_rootfh() 4208 if (!auth_probe) in nfs4_proc_get_rootfh() 4211 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh() 4202 nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info, bool auth_probe) nfs4_proc_get_rootfh() argument
|
Completed in 34 milliseconds