Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs4_vnops.c5234 uint32_t rflags, delegation, recall; in nfs4_open_rpc_internal() local
5288 rflags = delegation = recall = 0; in nfs4_open_rpc_internal()
5378 nfsm_chain_get_32(error, &nmrep, delegation); in nfs4_open_rpc_internal()
5380 switch (delegation) { in nfs4_open_rpc_internal()
5387 if (delegation == NFS_OPEN_DELEGATE_WRITE) { // space (skip) XXX in nfs4_open_rpc_internal()
5506 if ((delegation == NFS_OPEN_DELEGATE_READ) || (delegation == NFS_OPEN_DELEGATE_WRITE)) { in nfs4_open_rpc_internal()
5514 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_open_rpc_internal()
5532 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_open_rpc_internal()
5609 uint32_t rflags = 0, delegation, recall = 0; in nfs4_claim_delegated_open_rpc() local
5687 delegation = NFS_OPEN_DELEGATE_NONE; in nfs4_claim_delegated_open_rpc()
[all …]