Searched refs:xidp (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c920 uint64_t *xidp,
944 if (nfs3_getattr_rpc(NULL, NFSTOMP(dnp), fhp->fh_data, fhp->fh_len, 0, ctx, nvap, xidp)) {
962 u_int64_t *xidp)
977 nfsm_chain_postop_attr_update_flag(error, nmc, np, *newpostattr, xidp);
986 nfs_get_xid(uint64_t *xidp) argument
1008 *xidp = nfs_xid + ((uint64_t)nfs_xidwrap << 32);
1021 u_int64_t *xidp,
1029 req->r_auth, req->r_cred, req, mrest, xidp, mreqp);
1034 kauth_cred_t cred, struct nfsreq *req, mbuf_t mrest, u_int64_t *xidp, mbuf_t *mreqp)
1101 if (*xidp
915 nfsm_chain_get_fh_attr( struct nfsm_chain *nmc, nfsnode_t dnp, vfs_context_t ctx, int nfsvers, uint64_t *xidp, fhandle_t *fhp, struct nfs_vattr *nvap) argument
957 nfsm_chain_get_wcc_data_f( struct nfsm_chain *nmc, nfsnode_t np, struct timespec *premtime, int *newpostattr, u_int64_t *xidp) argument
1018 nfsm_rpchead( struct nfsreq *req, mbuf_t mrest, u_int64_t *xidp, mbuf_t *mreqp) argument
1033 nfsm_rpchead2(struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_type, kauth_cred_t cred, struct nfsreq *req, mbuf_t mrest, u_int64_t *xidp, mbuf_t *mreqp) argument
1330 nfs_loadattrcache( nfsnode_t np, struct nfs_vattr *nvap, u_int64_t *xidp, int dontshrink) argument
[all...]
H A Dnfs_node.c192 u_int64_t *xidp,
273 error = nfs_loadattrcache(np, nvap, xidp, 0);
448 error = nfs_loadattrcache(np, nvap, xidp, 1);
185 nfs_nget( mount_t mp, nfsnode_t dnp, struct componentname *cnp, u_char *fhp, int fhsize, struct nfs_vattr *nvap, u_int64_t *xidp, uint32_t auth, int flags, nfsnode_t *npp) argument
H A Dnfs_vnops.c1260 u_int64_t *xidp)
1284 NULL, rpcflags, &nmrep, xidp, &status);
5144 uint64_t *xidp,
5180 nvattrp->nva_fileid = *xidp;
5191 *xidp = nvap->nva_fileid;
5752 u_int64_t *xidp,
5766 error = nfs_request_async_finish(req, &nmrep, xidp, &status);
5770 xid = *xidp;
5789 error = nfs3_getattr_rpc(NULL, NFSTOMP(dnp), fhp->fh_data, fhp->fh_len, 0, ctx, nvap, xidp);
1252 nfs3_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument
5139 nfs_dir_buf_search( struct nfsbuf *bp, struct componentname *cnp, fhandle_t *fhp, struct nfs_vattr *nvap, uint64_t *xidp, time_t *attrstampp, daddr64_t *nextlbnp, int flags) argument
5746 nfs3_lookup_rpc_async_finish( nfsnode_t dnp, __unused char *name, __unused int namelen, vfs_context_t ctx, struct nfsreq *req, u_int64_t *xidp, fhandle_t *fhp, struct nfs_vattr *nvap) argument
H A Dnfs_socket.c4135 u_int64_t *xidp,
4140 si, 0, nmrepp, xidp, status);
4154 u_int64_t *xidp,
4172 if (xidp)
4173 *xidp = req->r_xid;
4327 u_int64_t *xidp,
4385 if (xidp)
4386 *xidp = req->r_xid;
4127 nfs_request( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, vfs_context_t ctx, struct nfsreq_secinfo_args *si, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
4144 nfs_request2( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_secinfo_args *si, int flags, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
4324 nfs_request_async_finish( struct nfsreq *req, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
H A Dnfs4_vnops.c184 u_int64_t *xidp)
227 NULL, rpcflags, &nmrep, xidp, &status);
1147 u_int64_t *xidp,
1172 if (xidp)
1173 *xidp = xid;
4566 uint64_t *xidp)
4593 error = nfs_request2(dnp, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, R_NOINTR, &nmrep, xidp, &status);
176 nfs4_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument
1141 nfs4_lookup_rpc_async_finish( nfsnode_t dnp, char *name, int namelen, vfs_context_t ctx, struct nfsreq *req, u_int64_t *xidp, fhandle_t *fhp, struct nfs_vattr *nvap) argument
4556 nfs4_open_confirm_rpc( struct nfsmount *nmp, nfsnode_t dnp, u_char *fhp, int fhlen, struct nfs_open_owner *noop, nfs_stateid *sid, thread_t thd, kauth_cred_t cred, struct nfs_vattr *nvap, uint64_t *xidp) argument

Completed in 59 milliseconds