Searched refs:N_DELEG_READ (Results 1 – 2 of 2) sorted by relevance
769 #define N_DELEG_READ 0x0004 /* we have a read delegation */ macro
5504 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()