Searched refs:n_dstateid (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs4_vnops.c | 2683 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 D | nfsnode.h | 661 nfs_stateid n_dstateid; /* delegation stateid */ member
|
| H A D | nfs_node.c | 967 nfs4_delegreturn_rpc(nmp, np->n_fhp, np->n_fhsize, &np->n_dstateid, in nfs_vnop_reclaim()
|
| H A D | nfs4_subs.c | 2745 nfs4_delegreturn_rpc(nmp, np->n_fhp, np->n_fhsize, &np->n_dstateid, in nfs4_expired_check_delegation()
|
| H A D | nfs_socket.c | 3044 bcmp(&np->n_dstateid, &stateid, sizeof(stateid))) { in nfs4_cb_handler()
|