Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h769 #define N_DELEG_READ 0x0004 /* we have a read delegation */ macro
H A Dnfs4_vnops.c5504 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_open_rpc_internal()
5522 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_open_rpc_internal()
5738 if ((((np->n_openflags & N_DELEG_MASK) == N_DELEG_READ) && in nfs4_claim_delegated_open_rpc()
5789 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_claim_delegated_open_rpc()
5927 delegation = (np->n_openflags & N_DELEG_READ) ? NFS_OPEN_DELEGATE_READ : in nfs4_open_reclaim_rpc()
6019 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_open_reclaim_rpc()
8338 anp->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_named_attr_get()
8356 anp->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_named_attr_get()