Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h768 #define N_OPENWANT 0x0002 /* someone wants to mark busy */ macro
H A Dnfs4_vnops.c1950 np->n_openflags |= N_OPENWANT; in nfs_open_state_set_busy()
1975 wanted = (np->n_openflags & N_OPENWANT); in nfs_open_state_clear_busy()
1976 np->n_openflags &= ~(N_OPENBUSY | N_OPENWANT); in nfs_open_state_clear_busy()