Home
last modified time | relevance | path

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

/mirbsd/src/sys/ufs/ffs/
Dffs_softdep.c1011 (pagedep->pd_state & ONWORKLIST) == 0)
2106 if ((pagedep->pd_state & NEWBLOCK) != 0) {
2216 pagedep->pd_state &= ~NEWBLOCK;
2217 if ((pagedep->pd_state & ONWORKLIST) == 0)
2226 if (i == DAHASHSZ && (pagedep->pd_state & ONWORKLIST) == 0) {
2661 if ((pagedep->pd_state & NEWBLOCK) != 0) {
2676 pagedep->pd_state |= NEWBLOCK;
3323 if (pagedep->pd_state & IOSTARTED) {
3332 pagedep->pd_state |= IOSTARTED;
3965 if ((pagedep->pd_state & IOSTARTED) == 0)
[all …]
Dsoftdep.h185 # define pd_state pd_list.wk_state /* check for multiple I/O starts */ macro