Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h772 #define N_DELEG_RETURN 0x0010 /* delegation queued for return */ macro
H A Dnfs4_subs.c2904 if (nofp->nof_np->n_openflags & N_DELEG_RETURN) { in nfs_recover()
3007 if ((nofp->nof_np->n_openflags & N_DELEG_RETURN) || in nfs_recover()
H A Dnfs4_vnops.c2848 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN) && in nfs4_open()
3980 } else if ((np->n_openflags & N_DELEG_WRITE) && !(np->n_openflags & N_DELEG_RETURN)) { in nfs_advlock_getlock()
4202 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN)) { in nfs_advlock_setlock()
6620 np->n_openflags |= N_DELEG_RETURN; in nfs4_delegation_return_enqueue()
6651 np->n_openflags |= (N_DELEG_RETURN | N_DELEG_RETURNING); in nfs4_delegation_return()
6693 np->n_openflags &= ~(N_DELEG_RETURN | N_DELEG_RETURNING); in nfs4_delegation_return()