Searched refs:nof_stateid (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs4_vnops.c | 2696 s = &nofp->nof_stateid; in nfs_get_stateid() 3715 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_setlock_rpc() 5266 sid = &nofp->nof_stateid; in nfs4_open_rpc_internal() 5724 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_claim_delegated_open_rpc() 5953 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_open_reclaim_rpc() 6116 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_open_downgrade_rpc() 6139 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_open_downgrade_rpc() 6191 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_close_rpc() 6209 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_close_rpc() 7048 nofp->nof_stateid = newnofp->nof_stateid; in nfs4_vnop_create() [all …]
|
| H A D | nfsnode.h | 466 nfs_stateid nof_stateid; /* open stateid */ member
|