Searched refs:nfsm_chain_add_stateid (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/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() 1712 nfsm_chain_add_stateid(error, &nmreq, &stateid); in nfs4_setattr_rpc() 3715 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_setlock_rpc() 3719 nfsm_chain_add_stateid(error, &nmreq, &nlop->nlo_stateid); in nfs4_setlock_rpc() 3812 nfsm_chain_add_stateid(error, &nmreq, &nlop->nlo_stateid); in nfs4_unlock_rpc() 5171 nfsm_chain_add_stateid(error, &nmreq, sid); in nfs4_open_confirm_rpc() 5701 nfsm_chain_add_stateid(error, &nmreq, &np->n_dstateid); in nfs4_claim_delegated_open_rpc() 6116 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_open_downgrade_rpc() 6191 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
|