Searched refs:N_OPENBUSY (Results 1 – 2 of 2) sorted by relevance
767 #define N_OPENBUSY 0x0001 /* open state is busy - being updated */ macro
1946 while (np->n_openflags & N_OPENBUSY) { in nfs_open_state_set_busy()1955 np->n_openflags |= N_OPENBUSY; in nfs_open_state_set_busy()1972 if (!(np->n_openflags & N_OPENBUSY)) { in nfs_open_state_clear_busy()1976 np->n_openflags &= ~(N_OPENBUSY | N_OPENWANT); in nfs_open_state_clear_busy()