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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h459 struct allocindirhd ir_deplisthd; /* allocindir deps for this block */ member in struct:indirdep
H A Dffs_softdep.c5784 LIST_INIT(&newindirdep->ir_deplisthd);
5852 LIST_FOREACH(oldaip, &indirdep->ir_deplisthd, ai_next) {
5866 LIST_INSERT_HEAD(&indirdep->ir_deplisthd, aip, ai_next);
6008 LIST_FOREACH_SAFE(aip, &indirdep->ir_deplisthd, ai_next, aipn)
10307 while ((aip = LIST_FIRST(&indirdep->ir_deplisthd)) != 0)
10347 KASSERT(LIST_EMPTY(&indirdep->ir_deplisthd),
10376 if (LIST_EMPTY(&indirdep->ir_deplisthd) &&
12324 !LIST_EMPTY(&indirdep->ir_deplisthd)) {
12332 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) {
13307 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_nex
[all...]

Completed in 180 milliseconds