Searched refs:N_OPENWANT (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfsnode.h722 #define N_OPENWANT 0x0002 /* someone wants to mark busy */ macro
H A Dnfs4_vnops.c1770 np->n_openflags |= N_OPENWANT;
1793 wanted = (np->n_openflags & N_OPENWANT);
1794 np->n_openflags &= ~(N_OPENBUSY|N_OPENWANT);

Completed in 79 milliseconds