Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h759 #define N_DELEG_READ 0x0004 /* we have a read delegation */ macro
H A Dnfs4_vnops.c5514 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()
5749 if ((((np->n_openflags & N_DELEG_MASK) == N_DELEG_READ) && in nfs4_claim_delegated_open_rpc()
5800 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_claim_delegated_open_rpc()
5938 delegation = (np->n_openflags & N_DELEG_READ) ? NFS_OPEN_DELEGATE_READ : in nfs4_open_reclaim_rpc()
6030 np->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_open_reclaim_rpc()
8350 anp->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_named_attr_get()
8368 anp->n_openflags |= ((delegation == NFS_OPEN_DELEGATE_READ) ? N_DELEG_READ : N_DELEG_WRITE); in nfs4_named_attr_get()