Home
last modified time | relevance | path

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

/Linux-v5.15/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()
360 .authflavor = RPC_AUTH_UNIX, in rpcb_create()
Dsvcauth_unix.c842 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
869 .flavour = RPC_AUTH_UNIX,
Dauth.c34 [RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops,
/Linux-v5.15/include/linux/sunrpc/
Dmsg_prot.h18 RPC_AUTH_UNIX = 1, enumerator
Dxdr.h95 #define rpc_auth_unix cpu_to_be32(RPC_AUTH_UNIX)
/Linux-v5.15/fs/nfs/
Dmount_clnt.c167 .authflavor = RPC_AUTH_UNIX, in nfs_mount()
254 .authflavor = RPC_AUTH_UNIX, in nfs_umount()
Dsuper.c314 { RPC_AUTH_UNIX, "sys" }, in nfs_pseudoflavour_to_name()
917 case RPC_AUTH_UNIX: in nfs_try_mount_request()
944 dfprintk(MOUNT, "NFS: attempting to use auth flavor %u\n", RPC_AUTH_UNIX); in nfs_try_mount_request()
945 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs_try_mount_request()
Dnfs4client.c240 err = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); in nfs4_alloc_client()
1092 server->client->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_server_common_setup()
1147 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_init_server()
Dfs_context.c388 pseudoflavor = RPC_AUTH_UNIX; in nfs_parse_security_flavors()
1050 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs23_parse_monolithic()
1230 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_parse_monolithic()
Dnfs4namespace.c211 case RPC_AUTH_UNIX: in nfs_find_best_sec()
Dnfs4_fs.h373 if ((*clntp)->cl_auth->au_flavor == RPC_AUTH_UNIX) in _nfs4_state_protect()
Dnfs4state.c2291 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_discover_server_trunking()
2297 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) { in nfs4_discover_server_trunking()
2301 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.c4034 RPC_AUTH_UNIX, /* courtesy */ in nfs4_find_root_sec()
10022 case RPC_AUTH_UNIX: in nfs41_find_root_sec()
Dnfs4xdr.c1885 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */ in encode_create_session()
/Linux-v5.15/fs/nfsd/
Dtrace.h914 TRACE_DEFINE_ENUM(RPC_AUTH_UNIX);
923 { RPC_AUTH_UNIX, "sys" }, \
Dnfs4xdr.c692 cbs->flavor = RPC_AUTH_UNIX; in nfsd4_decode_authsys_parms()
751 case RPC_AUTH_UNIX: in nfsd4_decode_cb_sec()
4203 if (exp->ex_client->flavour->flavour == RPC_AUTH_UNIX) { in nfsd4_do_encode_secinfo()
4205 flavs[0].pseudoflavor = RPC_AUTH_UNIX; in nfsd4_do_encode_secinfo()
Dexport.c1052 rqstp->rq_cred.cr_flavor == RPC_AUTH_UNIX) in check_nfsd_access()
Dnfs4state.c3392 case RPC_AUTH_UNIX: in nfsd4_check_cb_sec()
/Linux-v5.15/fs/lockd/
Dsvc.c651 case RPC_AUTH_UNIX: in lockd_authenticate()
Dhost.c460 .authflavor = RPC_AUTH_UNIX, in nlm_bind_host()