Searched refs:nfsrv_rephead (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_serv.c | 378 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(NFS_VER3) + NFSX_UNSIGNED); in nfsrv_access() 463 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_FATTR(nd->nd_vers)); in nfsrv_getattr() 638 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCORFATTR(nd->nd_vers)); in nfsrv_setattr() 737 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_SRVFH(nd->nd_vers, &nfh) + in nfsrv_lookup() 869 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPATTR(nd->nd_vers) + NFSX_UNSIGNED); in nfsrv_readlink() 1055 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_POSTOPORFATTR(nd->nd_vers) + 3 * NFSX_UNSIGNED); in nfsrv_read() 1464 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() 1767 error = nfsrv_rephead(nd, slp, &nmrep, NFSX_WCCDATA(nd->nd_vers)); in nfsrv_writegather() 1774 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_socket.c | 138 nfsrv_rephead( in nfsrv_rephead() function
|
| H A D | nfs.h | 1137 int nfsrv_rephead(struct nfsrv_descript *, struct nfsrv_sock *, struct nfsm_chain *, size_t);
|
| H A D | nfs_gss.c | 1070 error = nfsrv_rephead(nd, slp, &nmrep, sz); in nfs_gss_svc_ctx_init()
|