Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs4_vnops.c2683 s = &np->n_dstateid; in nfs_get_stateid()
5515 np->n_dstateid = dstateid; in nfs4_open_rpc_internal()
5533 np->n_dstateid = dstateid; in nfs4_open_rpc_internal()
5688 dstateid = np->n_dstateid; in nfs4_claim_delegated_open_rpc()
5712 nfsm_chain_add_stateid(error, &nmreq, &np->n_dstateid); in nfs4_claim_delegated_open_rpc()
5801 np->n_dstateid = dstateid; in nfs4_claim_delegated_open_rpc()
5914 dstateid = np->n_dstateid; in nfs4_open_reclaim_rpc()
6031 np->n_dstateid = dstateid; in nfs4_open_reclaim_rpc()
6677 dstateid = np->n_dstateid; in nfs4_delegation_return()
8351 anp->n_dstateid = dstateid; in nfs4_named_attr_get()
[all …]
H A Dnfsnode.h661 nfs_stateid n_dstateid; /* delegation stateid */ member
H A Dnfs_node.c967 nfs4_delegreturn_rpc(nmp, np->n_fhp, np->n_fhsize, &np->n_dstateid, in nfs_vnop_reclaim()
H A Dnfs4_subs.c2745 nfs4_delegreturn_rpc(nmp, np->n_fhp, np->n_fhsize, &np->n_dstateid, in nfs4_expired_check_delegation()
H A Dnfs_socket.c3044 bcmp(&np->n_dstateid, &stateid, sizeof(stateid))) { in nfs4_cb_handler()