Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ufs/ffs/
Dsoftdep.h459 struct allocindirhd ir_deplisthd; /* allocindir deps for this block */ member
Dffs_softdep.c5791 LIST_INIT(&newindirdep->ir_deplisthd);
5859 LIST_FOREACH(oldaip, &indirdep->ir_deplisthd, ai_next) {
5873 LIST_INSERT_HEAD(&indirdep->ir_deplisthd, aip, ai_next);
6015 LIST_FOREACH_SAFE(aip, &indirdep->ir_deplisthd, ai_next, aipn)
10318 while ((aip = LIST_FIRST(&indirdep->ir_deplisthd)) != NULL)
10358 KASSERT(LIST_EMPTY(&indirdep->ir_deplisthd),
10387 if (LIST_EMPTY(&indirdep->ir_deplisthd) &&
12329 !LIST_EMPTY(&indirdep->ir_deplisthd)) { in softdep_sync_buf()
12337 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) { in softdep_sync_buf()
13332 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) {