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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h488 * update is deferred by placing the allocindir on the ir_donehd list.
490 * ir_donehd list are processed by updating their corresponding ir_savebp
503 struct allocindirhd ir_donehd; /* done waiting to update safecopy */ member in struct:indirdep
H A Dffs_softdep.c5993 LIST_INIT(&newindirdep->ir_donehd);
6068 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) {
6227 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn)
10634 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL)
10670 KASSERT(LIST_EMPTY(&indirdep->ir_donehd),
11284 LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next);
11763 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) {
11765 if (aip == LIST_FIRST(&indirdep->ir_donehd))

Completed in 130 milliseconds