Searched refs:nfsrv_rephead (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/bsd/nfs/ |
| H A D | nfs_serv.c | 379 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(NFS_VER3) + NFSX_UNSIGNED); in nfsrv_access() 464 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_FATTR(nd->nd_vers)); in nfsrv_getattr() 639 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCORFATTR(nd->nd_vers)); in nfsrv_setattr() 738 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_SRVFH(nd->nd_vers, &nfh) + in nfsrv_lookup() 870 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(nd->nd_vers) + NFSX_UNSIGNED); in nfsrv_readlink() 1056 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPORFATTR(nd->nd_vers) + 3 * NFSX_UNSIGNED); in nfsrv_read() 1465 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_PREOPATTR(nd->nd_vers) + in nfsrv_write() 1597 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCDATA(nd->nd_vers)); in nfsrv_writegather() 1768 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCDATA(nd->nd_vers)); in nfsrv_writegather() 1775 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_PREOPATTR(nd->nd_vers) + in nfsrv_writegather() [all …]
|
| H A D | nfs_srvcache.c | 269 error = nfsrv_rephead(nd, slp, &nmrep, 0); in nfsrv_getcache()
|
| H A D | nfs_socket.c | 171 nfsrv_rephead( in nfsrv_rephead() function
|
| H A D | nfs.h | 1283 int nfsrv_rephead(struct nfsrv_descript *, struct nfsrv_sock *, struct nfsm_chain *, size_t);
|
| H A D | nfs_gss.c | 1073 error = nfsrv_rephead(nd, slp, &nmrep, sz); in nfs_gss_svc_ctx_init()
|