Searched refs:GOINGAWAY (Results 1 – 2 of 2) sorted by relevance
4128 if ((newblk->nb_state & GOINGAWAY) == 0) { in handle_written_jnewblk() 4600 if (inoref->if_state & GOINGAWAY) in cancel_jaddref() 4619 jaddref->ja_state |= (GOINGAWAY | DEPCOMPLETE); in cancel_jaddref() 4712 jnewblk->jn_state |= GOINGAWAY; in cancel_jnewblk() 7643 newblk->nb_state |= GOINGAWAY; in cancel_newblk() 7854 inodedep->id_state |= GOINGAWAY; in softdep_freefile() 8357 if (indirdep == NULL || (indirdep->ir_state & GOINGAWAY) == 0) in indir_trunc() 10817 * so they can simply be tossed. GOINGAWAY ensures in cancel_indirdep() 10829 if (indirdep->ir_state & GOINGAWAY) in cancel_indirdep() 10835 indirdep->ir_state |= GOINGAWAY; in cancel_indirdep() [all...]
127 #define GOINGAWAY 0x000100 /* indirdep, jremref only */ macro