Searched refs:nof_stateid (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs4_vnops.c | 2700 s = &nofp->nof_stateid; in nfs_get_stateid() 3719 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_setlock_rpc() 5272 sid = &nofp->nof_stateid; in nfs4_open_rpc_internal() 5735 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_claim_delegated_open_rpc() 5964 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_open_reclaim_rpc() 6127 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_open_downgrade_rpc() 6150 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_open_downgrade_rpc() 6202 nfsm_chain_add_stateid(error, &nmreq, &nofp->nof_stateid); in nfs4_close_rpc() 6220 nfsm_chain_get_stateid(error, &nmrep, &nofp->nof_stateid); in nfs4_close_rpc() 7059 nofp->nof_stateid = newnofp->nof_stateid; in nfs4_vnop_create() [all …]
|
| H A D | nfsnode.h | 456 nfs_stateid nof_stateid; /* open stateid */ member
|