Home
last modified time | relevance | path

Searched refs:nfsrv_rephead (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c379 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 Dnfs_srvcache.c269 error = nfsrv_rephead(nd, slp, &nmrep, 0); in nfsrv_getcache()
H A Dnfs_socket.c171 nfsrv_rephead( in nfsrv_rephead() function
H A Dnfs.h1283 int nfsrv_rephead(struct nfsrv_descript *, struct nfsrv_sock *, struct nfsm_chain *, size_t);
H A Dnfs_gss.c1073 error = nfsrv_rephead(nd, slp, &nmrep, sz); in nfs_gss_svc_ctx_init()