Searched refs:ir_completehd (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h504 struct allocindirhd ir_completehd; /* waiting for indirdep complete */ member in struct:indirdep
H A Dffs_softdep.c6146 while ((aip = LIST_FIRST(&indirdep->ir_completehd)) != NULL) {
6204 LIST_INIT(&newindirdep->ir_completehd);
6443 LIST_FOREACH_SAFE(aip, &indirdep->ir_completehd, ai_next, aipn)
10835 while ((aip = LIST_FIRST(&indirdep->ir_completehd)) != NULL)
10862 KASSERT(LIST_EMPTY(&indirdep->ir_completehd),
11973 LIST_INSERT_HEAD(&indirdep->ir_completehd, aip,
14641 !LIST_EMPTY(&indirdep->ir_completehd) ||

Completed in 140 milliseconds