Searched refs:nfsm_chain_add_stateid (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs4_vnops.c | 383 nfsm_chain_add_stateid(error, &nmreq, &stateid); in nfs4_read_rpc_async() 498 nfsm_chain_add_stateid(error, &nmreq, &stateid); in nfs4_write_rpc_async() 1715 nfsm_chain_add_stateid(error, &nmreq, &stateid); in nfs4_setattr_rpc() 3719 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_setlock_rpc() 3723 nfsm_chain_add_stateid(error, &nmreq, &nlop->nlo_stateid); in nfs4_setlock_rpc() 3817 nfsm_chain_add_stateid(error, &nmreq, &nlop->nlo_stateid); in nfs4_unlock_rpc() 5177 nfsm_chain_add_stateid(error, &nmreq, sid); in nfs4_open_confirm_rpc() 5712 nfsm_chain_add_stateid(error, &nmreq, &np->n_dstateid); in nfs4_claim_delegated_open_rpc() 6127 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_open_downgrade_rpc() 6202 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_close_rpc() [all …]
|
| H A D | nfsm_subs.h | 539 #define nfsm_chain_add_stateid(E, NMC, SID) \ macro
|