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

/freebsd-10.1-release/sys/ufs/ffs/
H A Dsoftdep.h477 * update is deferred by placing the allocindir on the ir_donehd list.
479 * ir_donehd list are processed by updating their corresponding ir_safecopy
492 struct allocindirhd ir_donehd; /* done waiting to update safecopy */ member in struct:indirdep
H A Dffs_softdep.c5953 LIST_INIT(&newindirdep->ir_donehd);
6026 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) {
6179 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn)
10552 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != 0)
10588 KASSERT(LIST_EMPTY(&indirdep->ir_donehd),
11162 LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next);
11601 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != 0) {
11603 if (aip == LIST_FIRST(&indirdep->ir_donehd))

Completed in 64 milliseconds