Searched refs:authflavor (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/fs/nfs/ |
H A D | namespace.c | 237 * @authflavor - security flavor to use when performing the mount 241 struct nfs_fattr *fattr, rpc_authflavor_t authflavor) nfs_do_submount() 248 .authflavor = authflavor, nfs_do_submount() 240 nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr, rpc_authflavor_t authflavor) nfs_do_submount() argument
|
H A D | callback.c | 460 * The authflavor has been negotiated, so an incorrect flavor is a server 461 * bug. Drop packets with incorrect authflavor.
|
H A D | mount_clnt.c | 166 .authflavor = RPC_AUTH_UNIX, nfs_mount() 251 .authflavor = RPC_AUTH_UNIX, nfs_umount()
|
H A D | nfs4client.c | 347 * @authflavor: authentication flavor for underlying RPC transport 871 * Set an authflavor equual to the MDS value. Use the MDS nfs_client nfs4_set_ds_client() 1098 data->authflavor, nfs4_create_referral_server() 1106 error = nfs_init_server_rpcclient(server, parent_server->client->cl_timeout, data->authflavor); nfs4_create_referral_server()
|
H A D | nfs4_fs.h | 319 * authflavor (using the nfs_client's rpc_clnt which will be krb5i/p).
|
H A D | nfs4namespace.c | 303 .authflavor = NFS_SB(dentry->d_sb)->client->cl_auth->au_flavor, nfs_follow_referral()
|
H A D | internal.h | 47 rpc_authflavor_t authflavor; member in struct:nfs_clone_mount
|
H A D | super.c | 1788 * Was a sec= authflavor specified in the options? First, verify nfs_try_mount_request() 2689 server = nfs_mod->rpc_ops->clone_server(NFS_SB(data->sb), data->fh, data->fattr, data->authflavor); nfs_xdev_mount()
|
H A D | client.c | 595 .authflavor = flavor, nfs_create_rpc_client()
|
H A D | nfs4proc.c | 6973 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor; nfs4_proc_exchange_id() local 6977 if (authflavor == RPC_AUTH_GSS_KRB5I || nfs4_proc_exchange_id() 6978 authflavor == RPC_AUTH_GSS_KRB5P) { nfs4_proc_exchange_id()
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | clnt.h | 119 rpc_authflavor_t authflavor; member in struct:rpc_create_args
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | gss_rpc_upcall.c | 106 .authflavor = RPC_AUTH_NULL, gssp_rpc_create()
|
/linux-4.1.27/net/sunrpc/ |
H A D | rpcb_clnt.c | 242 .authflavor = RPC_AUTH_NULL, rpcb_create_local_unix() 301 .authflavor = RPC_AUTH_UNIX, rpcb_create_local_net() 372 .authflavor = RPC_AUTH_UNIX, rpcb_create()
|
H A D | clnt.c | 425 err = rpc_client_register(clnt, args->authflavor, args->client_name); rpc_new_client() 612 .authflavor = clnt->cl_auth->au_flavor, rpc_clone_client() 633 .authflavor = flavor, rpc_clone_client_set_auth() 850 .authflavor = old->cl_auth->au_flavor, rpc_bind_new_program()
|
/linux-4.1.27/fs/lockd/ |
H A D | mon.c | 83 .authflavor = RPC_AUTH_NULL, nsm_create()
|
H A D | host.c | 455 .authflavor = RPC_AUTH_UNIX, nlm_bind_host()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4callback.c | 757 args.authflavor = clp->cl_cred.cr_flavor; setup_callback_client() 768 args.authflavor = ses->se_cb_sec.flavor; setup_callback_client()
|
Completed in 375 milliseconds