Searched refs:N_DELEG_RETURN (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfsnode.h726 #define N_DELEG_RETURN 0x0010 /* delegation queued for return */ macro
H A Dnfs4_vnops.c2582 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN) &&
3526 } else if ((np->n_openflags & N_DELEG_WRITE) && !(np->n_openflags & N_DELEG_RETURN)) {
3728 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN)) {
5105 // if (!(np->n_openflags & N_DELEG_RETURN)) /* don't warn if delegation is being returned */
5881 np->n_openflags |= N_DELEG_RETURN;
5908 np->n_openflags |= (N_DELEG_RETURN|N_DELEG_RETURNING);
5948 np->n_openflags &= ~(N_DELEG_RETURN|N_DELEG_RETURNING);
H A Dnfs4_subs.c2556 if (nofp->nof_np->n_openflags & N_DELEG_RETURN) {
2649 if ((nofp->nof_np->n_openflags & N_DELEG_RETURN) ||

Completed in 42 milliseconds