Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h762 #define N_DELEG_RETURN 0x0010 /* delegation queued for return */ macro
H A Dnfs4_subs.c2899 if (nofp->nof_np->n_openflags & N_DELEG_RETURN) { in nfs_recover()
3002 if ((nofp->nof_np->n_openflags & N_DELEG_RETURN) || in nfs_recover()
H A Dnfs4_vnops.c2852 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN) && in nfs4_open()
3986 } else if ((np->n_openflags & N_DELEG_WRITE) && !(np->n_openflags & N_DELEG_RETURN)) { in nfs_advlock_getlock()
4208 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN)) { in nfs_advlock_setlock()
6631 np->n_openflags |= N_DELEG_RETURN; in nfs4_delegation_return_enqueue()
6662 np->n_openflags |= (N_DELEG_RETURN | N_DELEG_RETURNING); in nfs4_delegation_return()
6704 np->n_openflags &= ~(N_DELEG_RETURN | N_DELEG_RETURNING); in nfs4_delegation_return()