| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_socket.c | 4121 req->r_auth = RPCAUTH_NONE; in nfs_request_create() 4123 req->r_auth = req->r_np->n_auth; in nfs_request_create() 4125 req->r_auth = nmp->nm_auth; in nfs_request_create() 4551 switch (req->r_auth) { in nfs_request_finish() 4698 if (req->r_wrongsec[i] == req->r_auth) { in nfs_request_finish() 4729 req->r_auth = req->r_wrongsec[i]; in nfs_request_finish() 4742 req->r_np->n_auth = req->r_auth; in nfs_request_finish() 4817 switch (req->r_auth) { in nfs_request_using_gss()
|
| H A D | nfs_gss.c | 1386 req->r_auth == RPCAUTH_KRB5 ? RPCSEC_GSS_SVC_NONE : in nfs_gss_clnt_ctx_init() 1387 req->r_auth == RPCAUTH_KRB5I ? RPCSEC_GSS_SVC_INTEGRITY : in nfs_gss_clnt_ctx_init() 1388 req->r_auth == RPCAUTH_KRB5P ? RPCSEC_GSS_SVC_PRIVACY : 0; in nfs_gss_clnt_ctx_init() 2697 req->r_auth = nmp->nm_auth; in nfs_gss_clnt_ctx_set_principal()
|
| H A D | nfs_vnops.c | 2693 error = nfs_nget(mp, dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, ngflags, &np); in nfs_vnop_lookup() 4184 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mknod() 4359 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_create() 5212 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_symlink() 5392 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mkdir() 6968 nvattr, &xid, req->r_auth, NG_MAKEENTRY, &np); in nfs_lookitup() 7089 nvattr, &xid, dulp->du_req.r_auth, NG_MAKEENTRY, &du_np); in nfs_dulookup_finish()
|
| H A D | nfs.h | 1033 uint32_t r_auth; /* security flavor request sent with */ member
|
| H A D | nfs4_vnops.c | 5497 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_open_rpc_internal() 7262 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_create_rpc() 7723 …error = nfs_nget(NFSTOMP(np), NULL, &cn, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, 0, &a… in nfs4_named_attr_dir_get() 8157 …error = nfs_nget(NFSTOMP(np), NULL, &cn, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, 0, &a… in nfs4_named_attr_get() 8300 …error = nfs_nget(NFSTOMP(np), adnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_named_attr_get()
|
| H A D | nfs_subs.c | 1225 req->r_auth, req->r_cred, req, mrest, xidp, mreqp); in nfsm_rpchead() 1419 req->r_auth = auth_type = RPCAUTH_SYS; in nfsm_rpchead2()
|
| H A D | nfs_vfsops.c | 2131 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, dirfh.fh_data, dirfh.fh_len, &nvattr, &xid, rq.r_auth… in nfs4_mount()
|