Home
last modified time | relevance | path

Searched refs:n_dstateid (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_vnops.c2679 s = &np->n_dstateid; in nfs_get_stateid()
5505 np->n_dstateid = dstateid; in nfs4_open_rpc_internal()
5523 np->n_dstateid = dstateid; in nfs4_open_rpc_internal()
5677 dstateid = np->n_dstateid; in nfs4_claim_delegated_open_rpc()
5701 nfsm_chain_add_stateid(error, &nmreq, &np->n_dstateid); in nfs4_claim_delegated_open_rpc()
5790 np->n_dstateid = dstateid; in nfs4_claim_delegated_open_rpc()
5903 dstateid = np->n_dstateid; in nfs4_open_reclaim_rpc()
6020 np->n_dstateid = dstateid; in nfs4_open_reclaim_rpc()
6666 dstateid = np->n_dstateid; in nfs4_delegation_return()
8339 anp->n_dstateid = dstateid; in nfs4_named_attr_get()
[all …]
H A Dnfsnode.h671 nfs_stateid n_dstateid; /* delegation stateid */ member
H A Dnfs4_subs.c2750 nfs4_delegreturn_rpc(nmp, np->n_fhp, np->n_fhsize, &np->n_dstateid, in nfs4_expired_check_delegation()
H A Dnfs_socket.c3042 bcmp(&np->n_dstateid, &stateid, sizeof(stateid))) { in nfs4_cb_handler()