Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ufs/ffs/
H A Dsoftdep.h502 struct allocindirhd ir_writehd; /* Waiting for the pointer write. */ member
H A Dffs_softdep.c5994 LIST_INIT(&newindirdep->ir_writehd);
6233 LIST_FOREACH_SAFE(aip, &indirdep->ir_writehd, ai_next, aipn)
10621 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != NULL)
10653 KASSERT(LIST_EMPTY(&indirdep->ir_writehd),
11281 LIST_INSERT_HEAD(&indirdep->ir_writehd, aip, ai_next);
11733 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != NULL) {