Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Dauth_unix.c216 .au_flavor = RPC_AUTH_UNIX,
229 .au_flavor = RPC_AUTH_UNIX,
Dsvcauth.c39 [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.c986 rqstp->rq_cred.cr_flavor = RPC_AUTH_UNIX; in svcauth_unix_accept()
1013 .flavour = RPC_AUTH_UNIX,
Dauth.c34 [RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops,
/linux-6.12.1/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.12.1/fs/nfs/
Dmount_clnt.c162 .authflavor = RPC_AUTH_UNIX, in nfs_mount()
249 .authflavor = RPC_AUTH_UNIX, in nfs_umount()
Dsuper.c325 { RPC_AUTH_UNIX, "sys" }, in nfs_pseudoflavour_to_name()
955 case RPC_AUTH_UNIX: in nfs_try_mount_request()
982 dfprintk(MOUNT, "NFS: attempting to use auth flavor %u\n", RPC_AUTH_UNIX); in nfs_try_mount_request()
983 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs_try_mount_request()
Dnfs4client.c242 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.c425 pseudoflavor = RPC_AUTH_UNIX; in nfs_parse_security_flavors()
1148 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs23_parse_monolithic()
1327 ctx->selected_flavor = RPC_AUTH_UNIX; in nfs4_parse_monolithic()
Dnfs4namespace.c217 case RPC_AUTH_UNIX: in nfs_find_best_sec()
Dnfs4_fs.h379 if ((*clntp)->cl_auth->au_flavor == RPC_AUTH_UNIX) in _nfs4_state_protect()
Dlocalio.c198 clp->cl_rpcclient->cl_auth->au_flavor != RPC_AUTH_UNIX) { in nfs_local_probe()
Dnfs4state.c2333 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) in nfs4_discover_server_trunking()
2339 if (clnt->cl_auth->au_flavor == RPC_AUTH_UNIX) { in nfs4_discover_server_trunking()
2343 clnt = rpc_clone_client_set_auth(clnt, RPC_AUTH_UNIX); in nfs4_discover_server_trunking()
Dclient.c669 error = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); in nfs_init_client()
Dnfs4proc.c4285 RPC_AUTH_UNIX, /* courtesy */ in nfs4_find_root_sec()
10397 case RPC_AUTH_UNIX: in nfs41_find_root_sec()
Dnfs4xdr.c1935 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */ in encode_create_session()
/linux-6.12.1/fs/lockd/
Dsvc.c509 case RPC_AUTH_UNIX: in lockd_authenticate()
Dhost.c459 .authflavor = RPC_AUTH_UNIX, in nlm_bind_host()
/linux-6.12.1/fs/nfsd/
Dnfs4xdr.c689 cbs->flavor = RPC_AUTH_UNIX; in nfsd4_decode_authsys_parms()
748 case RPC_AUTH_UNIX: in nfsd4_decode_cb_sec()
4633 if (exp->ex_client->flavour->flavour == RPC_AUTH_UNIX) { in nfsd4_do_encode_secinfo()
4635 flavs[0].pseudoflavor = RPC_AUTH_UNIX; in nfsd4_do_encode_secinfo()
Dtrace.h1497 TRACE_DEFINE_ENUM(RPC_AUTH_UNIX);
1506 { RPC_AUTH_UNIX, "sys" }, \
Dexport.c1130 rqstp->rq_cred.cr_flavor == RPC_AUTH_UNIX) in check_nfsd_access()
Dnfs4state.c3801 case RPC_AUTH_UNIX: in nfsd4_check_cb_sec()