• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/nfs/

Lines Matching refs:xid

442 	u_int64_t xid;
456 &nmrep, &xid, &status);
457 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
831 u_int64_t xid;
889 error = nmp->nm_funcs->nf_getattr_rpc(np, NULL, np->n_fhp, np->n_fhsize, ctx, nvap, &xid);
891 error = nfs_loadattrcache(np, nvap, &xid, 0);
893 if (!xid) { /* out-of-order rpc - attributes were dropped */
1226 u_int64_t xid;
1332 &nmrep, &xid, &status);
1337 nfsm_chain_get_wcc_data(error, &nmrep, np, &premtime, &wccpostattr, &xid);
1352 nfsm_chain_loadattr(error, &nmrep, np, nfsvers, NULL, &xid);
1387 u_int64_t xid;
1482 error = nmp->nm_funcs->nf_lookup_rpc_async_finish(dnp, ctx, req, &xid, &fh, &nvattr);
1518 if (fh.fh_len && (dnp->n_xid <= xid))
1519 nfs_loadattrcache(dnp, &nvattr, &xid, 0);
1522 error = nfs_nget(mp, dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, ngflags, &np);
1669 u_int64_t xid;
1684 &nmrep, &xid, &status);
1688 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
1813 uint64_t xid;
1826 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
1833 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
1840 nfsm_chain_loadattr(error, &nmrep, np, nfsvers, NULL, &xid);
2589 u_int64_t xid, wverf;
2602 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
2612 nfsm_chain_get_wcc_data(error, &nmrep, np, &premtime, &wccpostattr, &xid);
2638 nfsm_chain_loadattr(error, &nmrep, np, nfsvers, NULL, &xid);
2685 u_int64_t xid, dxid;
2741 error = nfs_request(dnp, NULL, &nmreq, NFSPROC_MKNOD, ctx, &nmrep, &xid, &status);
2744 dxid = xid;
2750 error = nfsm_chain_get_fh_attr(&nmrep, dnp, ctx, nfsvers, &xid, &fh, &nvattr);
2777 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, NG_MAKEENTRY, &np);
2833 u_int64_t xid, dxid;
2898 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
2901 dxid = xid;
2907 error = nfsm_chain_get_fh_attr(&nmrep, dnp, ctx, nfsvers, &xid, &fh, &nvattr);
2934 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, NG_MAKEENTRY, &np);
3178 u_int64_t xid;
3198 error = nfs_request2(dnp, NULL, &nmreq, NFSPROC_REMOVE, thd, cred, 0, &nmrep, &xid, &status);
3201 nfsm_chain_get_wcc_data(error, &nmrep, dnp, &premtime, &wccpostattr, &xid);
3416 u_int64_t xid, txid;
3440 error = nfs_request(fdnp, NULL, &nmreq, NFSPROC_RENAME, ctx, &nmrep, &xid, &status);
3443 txid = xid;
3444 nfsm_chain_get_wcc_data(error, &nmrep, fdnp, &fpremtime, &fwccpostattr, &xid);
3490 u_int64_t xid, txid;
3525 &nmrep, &xid, &status);
3527 txid = xid;
3528 nfsm_chain_postop_attr_update_flag(error, &nmrep, np, attrflag, &xid);
3582 u_int64_t xid, dxid;
3634 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
3637 dxid = xid;
3644 error = nfsm_chain_get_fh_attr(&nmrep, dnp, ctx, nfsvers, &xid, &fh, &nvattr);
3673 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, NG_MAKEENTRY, &np);
3744 u_int64_t xid, dxid;
3790 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
3793 dxid = xid;
3799 error = nfsm_chain_get_fh_attr(&nmrep, dnp, ctx, nfsvers, &xid, &fh, &nvattr);
3826 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, NG_MAKEENTRY, &np);
3895 u_int64_t xid;
3926 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
3930 nfsm_chain_get_wcc_data(error, &nmrep, dnp, &premtime, &wccpostattr, &xid);
4062 u_int64_t xid;
4120 &nmrep, &xid, &status);
4126 nfsm_chain_postop_attr_update(error, &nmrep, dnp, &xid);
4297 u_int64_t xid, savexid;
4357 &nmrep, &xid, &status);
4362 savexid = xid;
4363 nfsm_chain_postop_attr_update(error, &nmrep, dnp, &xid);
4497 fhp, fhsize, &nvattr, &xid, NG_MAKEENTRY, &np);
4506 xid = savexid;
4507 nfs_loadattrcache(np, &nvattr, &xid, 0);
4711 u_int64_t xid;
4722 xid = *xidp;
4725 nfsm_chain_postop_attr_update(error, &nmrep, dnp, &xid);
4739 nfsm_chain_postop_attr_update(error, &nmrep, dnp, &xid);
4768 u_int64_t xid;
4792 error = nmp->nm_funcs->nf_lookup_rpc_async_finish(dnp, ctx, req, &xid, &fh, &nvattr);
4814 error = nfs_loadattrcache(np, &nvattr, &xid, 0);
4818 if (dnp->n_xid <= xid)
4819 error = nfs_loadattrcache(dnp, &nvattr, &xid, 0);
4828 &nvattr, &xid, NG_MAKEENTRY, &np);
4899 u_int64_t xid;
4906 error = nmp->nm_funcs->nf_lookup_rpc_async_finish(dnp, ctx, &dulp->du_req, &xid, &fh, &nvattr);
4914 &nvattr, &xid, NG_MAKEENTRY, &du_np);
4941 u_int64_t xid, wverf;
4968 current_thread(), cred, 0, &nmrep, &xid, &status);
4972 nfsm_chain_get_wcc_data(error, &nmrep, np, &premtime, &wccpostattr, &xid);
5052 u_int64_t xid;
5071 &nmrep, &xid, &status);
5074 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);