Searched refs:nfsrv_rephead (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_serv.c | 380 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(NFS_VER3) + NFSX_UNSIGNED); in nfsrv_access() 465 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_FATTR(nd->nd_vers)); in nfsrv_getattr() 630 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCORFATTR(nd->nd_vers)); in nfsrv_setattr() 729 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_SRVFH(nd->nd_vers, &nfh) + in nfsrv_lookup() 861 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(nd->nd_vers) + NFSX_UNSIGNED); in nfsrv_readlink() 1050 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPORFATTR(nd->nd_vers) + 3 * NFSX_UNSIGNED); in nfsrv_read() 1463 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_PREOPATTR(nd->nd_vers) + in nfsrv_write() 1596 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCDATA(nd->nd_vers)); in nfsrv_writegather() 1771 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCDATA(nd->nd_vers)); in nfsrv_writegather() 1778 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_PREOPATTR(nd->nd_vers) + in nfsrv_writegather() [all …]
|
| H A D | nfs_srvcache.c | 268 error = nfsrv_rephead(nd, slp, &nmrep, 0); in nfsrv_getcache()
|
| H A D | nfs.h | 1562 int nfsrv_rephead(struct nfsrv_descript *, struct nfsrv_sock *, struct nfsm_chain *, size_t);
|
| H A D | nfs_gss.c | 3552 error = nfsrv_rephead(nd, slp, &nmrep, sz); in nfs_gss_svc_ctx_init()
|
| H A D | nfs_socket.c | 6397 nfsrv_rephead( in nfsrv_rephead() function
|