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

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h478 * update is deferred by placing the allocindir on the ir_donehd list.
480 * ir_donehd list are processed by updating their corresponding ir_safecopy
493 struct allocindirhd ir_donehd; /* done waiting to update safecopy */ member in struct:indirdep
H A Dffs_softdep.c5950 LIST_INIT(&newindirdep->ir_donehd);
6023 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) {
6176 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn)
10536 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL)
10572 KASSERT(LIST_EMPTY(&indirdep->ir_donehd),
11183 LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next);
11655 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) {
11657 if (aip == LIST_FIRST(&indirdep->ir_donehd))

Completed in 72 milliseconds