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