| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_socket.c | 4119 req->r_auth = RPCAUTH_NONE; in nfs_request_create() 4121 req->r_auth = req->r_np->n_auth; in nfs_request_create() 4123 req->r_auth = nmp->nm_auth; in nfs_request_create() 4549 switch (req->r_auth) { in nfs_request_finish() 4696 if (req->r_wrongsec[i] == req->r_auth) { in nfs_request_finish() 4727 req->r_auth = req->r_wrongsec[i]; in nfs_request_finish() 4740 req->r_np->n_auth = req->r_auth; in nfs_request_finish() 4815 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() 2695 req->r_auth = nmp->nm_auth; in nfs_gss_clnt_ctx_set_principal()
|
| H A D | nfs_vnops.c | 2706 error = nfs_nget(mp, dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, ngflags, &np); in nfs_vnop_lookup() 4197 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mknod() 4372 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_create() 5222 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_symlink() 5402 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mkdir() 6979 nvattr, &xid, req->r_auth, NG_MAKEENTRY, &np); in nfs_lookitup() 7100 nvattr, &xid, dulp->du_req.r_auth, NG_MAKEENTRY, &du_np); in nfs_dulookup_finish()
|
| H A D | nfs.h | 1034 uint32_t r_auth; /* security flavor request sent with */ member
|
| H A D | nfs4_vnops.c | 5487 …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() 7251 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_create_rpc() 7711 …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() 8145 …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() 8288 …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 | 1226 req->r_auth, req->r_cred, req, mrest, xidp, mreqp); in nfsm_rpchead() 1420 req->r_auth = auth_type = RPCAUTH_SYS; in nfsm_rpchead2()
|
| H A D | nfs_vfsops.c | 2128 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, dirfh.fh_data, dirfh.fh_len, &nvattr, &xid, rq.r_auth… in nfs4_mount()
|