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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h491 * update is deferred by placing the allocindir on the ir_donehd list.
493 * ir_donehd list are processed by updating their corresponding ir_savebp
506 struct allocindirhd ir_donehd; /* done waiting to update safecopy */ member in struct:indirdep
H A Dffs_softdep.c6202 LIST_INIT(&newindirdep->ir_donehd);
6277 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) {
6434 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn)
10831 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL)
10866 KASSERT(LIST_EMPTY(&indirdep->ir_donehd),
11504 LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next);
11985 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) {
11987 if (aip == LIST_FIRST(&indirdep->ir_donehd))
14643 !LIST_EMPTY(&indirdep->ir_donehd) ||

Completed in 207 milliseconds