Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dsoftdep.h508 struct allocindirhd ir_writehd; /* Waiting for the pointer write. */ member
H A Dffs_softdep.c6383 LIST_INIT(&newindirdep->ir_writehd);
6622 LIST_FOREACH_SAFE(aip, &indirdep->ir_writehd, ai_next, aipn)
11057 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != NULL)
11089 KASSERT(LIST_EMPTY(&indirdep->ir_writehd),
11743 LIST_INSERT_HEAD(&indirdep->ir_writehd, aip, ai_next);
12198 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != NULL) {
14883 !LIST_EMPTY(&indirdep->ir_writehd) || in softdep_check_suspend()