Home
last modified time | relevance | path

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

/linux-6.6.21/net/sunrpc/
Dauth_unix.c216 .au_flavor = RPC_AUTH_UNIX,
229 .au_flavor = RPC_AUTH_UNIX,
Dsvcauth.c38 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
Drpcb_clnt.c313 .authflavor = RPC_AUTH_UNIX, in rpcb_create_local_net()
383 .authflavor = RPC_AUTH_UNIX, in rpcb_create()
Dsvcauth_unix.c985 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
1012 .flavour = RPC_AUTH_UNIX,
Dauth.c34 [RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops,
/linux-6.6.21/include/linux/sunrpc/
Dmsg_prot.h18 RPC_AUTH_UNIX = 1, enumerator
Dxdr.h95 #define rpc_auth_unix cpu_to_be32(RPC_AUTH_UNIX)
/linux-6.6.21/fs/nfs/
Dmount_clnt.c167 .authflavor = RPC_AUTH_UNIX, in nfs_mount()
254 .authflavor = RPC_AUTH_UNIX, in nfs_umount()
Dsuper.c318 { RPC_AUTH_UNIX, "sys" }, in nfs_pseudoflavour_to_name()
919 case RPC_AUTH_UNIX: in nfs_try_mount_request()
946 dfprintk(MOUNT, "NFS: attempting to use auth flavor %u\n", RPC_AUTH_UNIX); in nfs_try_mount_request()
947 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs_try_mount_request()
Dnfs4client.c243 err = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); in nfs4_alloc_client()
1098 server->client->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_server_set_init_caps()
1168 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_init_server()
Dfs_context.c423 pseudoflavor = RPC_AUTH_UNIX; in nfs_parse_security_flavors()
1134 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs23_parse_monolithic()
1313 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_parse_monolithic()
Dnfs4namespace.c217 case RPC_AUTH_UNIX: in nfs_find_best_sec()
Dnfs4_fs.h378 if ((*clntp)->cl_auth->au_flavor == RPC_AUTH_UNIX) in _nfs4_state_protect()
Dnfs4state.c2340 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_discover_server_trunking()
2346 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) { in nfs4_discover_server_trunking()
2350 clnt = rpc_clone_client_set_auth(clnt, RPC_AUTH_UNIX); in nfs4_discover_server_trunking()
Dclient.c660 error = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); in nfs_init_client()
Dnfs4proc.c4155 RPC_AUTH_UNIX, /* courtesy */ in nfs4_find_root_sec()
10187 case RPC_AUTH_UNIX: in nfs41_find_root_sec()
Dnfs4xdr.c1901 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */ in encode_create_session()
/linux-6.6.21/fs/lockd/
Dsvc.c514 case RPC_AUTH_UNIX: in lockd_authenticate()
Dhost.c460 .authflavor = RPC_AUTH_UNIX, in nlm_bind_host()
/linux-6.6.21/fs/nfsd/
Dtrace.h1365 TRACE_DEFINE_ENUM(RPC_AUTH_UNIX);
1374 { RPC_AUTH_UNIX, "sys" }, \
Dnfs4xdr.c689 cbs->flavor = RPC_AUTH_UNIX; in nfsd4_decode_authsys_parms()
748 case RPC_AUTH_UNIX: in nfsd4_decode_cb_sec()
4354 if (exp->ex_client->flavour->flavour == RPC_AUTH_UNIX) { in nfsd4_do_encode_secinfo()
4356 flavs[0].pseudoflavor = RPC_AUTH_UNIX; in nfsd4_do_encode_secinfo()
Dexport.c1093 rqstp->rq_cred.cr_flavor == RPC_AUTH_UNIX) in check_nfsd_access()
Dnfs4state.c3564 case RPC_AUTH_UNIX: in nfsd4_check_cb_sec()