Home
last modified time | relevance | path

Searched refs:RPC_AUTH_UNIX (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/net/sunrpc/
Dauth_unix.c208 .au_flavor = RPC_AUTH_UNIX,
221 .au_flavor = RPC_AUTH_UNIX,
Dsvcauth.c37 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
Drpcb_clnt.c291 .authflavor = RPC_AUTH_UNIX, in rpcb_create_local_net()
358 .authflavor = RPC_AUTH_UNIX, in rpcb_create()
Dsvcauth_unix.c847 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
874 .flavour = RPC_AUTH_UNIX,
Dauth.c34 [RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops,
/Linux-v5.10/include/linux/sunrpc/
Dmsg_prot.h21 RPC_AUTH_UNIX = 1, enumerator
Dxdr.h89 #define rpc_auth_unix cpu_to_be32(RPC_AUTH_UNIX)
/Linux-v5.10/fs/nfs/
Dmount_clnt.c164 .authflavor = RPC_AUTH_UNIX, in nfs_mount()
250 .authflavor = RPC_AUTH_UNIX, in nfs_umount()
Dsuper.c306 { RPC_AUTH_UNIX, "sys" }, in nfs_pseudoflavour_to_name()
900 case RPC_AUTH_UNIX: in nfs_try_mount_request()
927 dfprintk(MOUNT, "NFS: attempting to use auth flavor %u\n", RPC_AUTH_UNIX); in nfs_try_mount_request()
928 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs_try_mount_request()
Dnfs4client.c394 error = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); in nfs4_init_client()
1055 server->client->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_server_common_setup()
1110 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_init_server()
Dfs_context.c353 pseudoflavor = RPC_AUTH_UNIX; in nfs_parse_security_flavors()
976 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs23_parse_monolithic()
1148 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_parse_monolithic()
Dnfs4namespace.c211 case RPC_AUTH_UNIX: in nfs_find_best_sec()
Dnfs4_fs.h370 if ((*clntp)->cl_auth->au_flavor == RPC_AUTH_UNIX) in _nfs4_state_protect()
Dnfs4state.c2290 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_discover_server_trunking()
2296 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) { in nfs4_discover_server_trunking()
2300 clnt = rpc_clone_client_set_auth(clnt, RPC_AUTH_UNIX); in nfs4_discover_server_trunking()
Dclient.c653 error = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); in nfs_init_client()
Dnfs4proc.c3996 RPC_AUTH_UNIX, /* courtesy */ in nfs4_find_root_sec()
9901 case RPC_AUTH_UNIX: in nfs41_find_root_sec()
Dnfs4xdr.c1873 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */ in encode_create_session()
/Linux-v5.10/fs/lockd/
Dsvc.c651 case RPC_AUTH_UNIX: in lockd_authenticate()
Dhost.c465 .authflavor = RPC_AUTH_UNIX, in nlm_bind_host()
/Linux-v5.10/fs/nfsd/
Dnfs4xdr.c592 case RPC_AUTH_UNIX: in nfsd4_decode_cb_sec()
617 cbs->flavor = RPC_AUTH_UNIX; in nfsd4_decode_cb_sec()
4066 if (exp->ex_client->flavour->flavour == RPC_AUTH_UNIX) { in nfsd4_do_encode_secinfo()
4068 flavs[0].pseudoflavor = RPC_AUTH_UNIX; in nfsd4_do_encode_secinfo()
Dexport.c992 rqstp->rq_cred.cr_flavor == RPC_AUTH_UNIX) in check_nfsd_access()
Dnfs4state.c3337 case RPC_AUTH_UNIX: in nfsd4_check_cb_sec()