Home
last modified time | relevance | path

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

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