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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h504 struct allocindirhd ir_deplisthd; /* allocindir deps for this block */ member in struct:indirdep
H A Dffs_softdep.c5992 LIST_INIT(&newindirdep->ir_deplisthd);
6062 LIST_FOREACH(oldaip, &indirdep->ir_deplisthd, ai_next) {
6076 LIST_INSERT_HEAD(&indirdep->ir_deplisthd, aip, ai_next);
6224 LIST_FOREACH_SAFE(aip, &indirdep->ir_deplisthd, ai_next, aipn)
10632 while ((aip = LIST_FIRST(&indirdep->ir_deplisthd)) != NULL)
10672 KASSERT(LIST_EMPTY(&indirdep->ir_deplisthd),
10702 if (LIST_EMPTY(&indirdep->ir_deplisthd) &&
12784 !LIST_EMPTY(&indirdep->ir_deplisthd)) {
12792 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) {
14074 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_nex
[all...]

Completed in 201 milliseconds