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

/freebsd-10.1-release/sys/ufs/ffs/
H A Dsoftdep.h491 struct allocindirhd ir_writehd; /* Waiting for the pointer write. */ member in struct:indirdep
H A Dffs_softdep.c5954 LIST_INIT(&newindirdep->ir_writehd);
6185 LIST_FOREACH_SAFE(aip, &indirdep->ir_writehd, ai_next, aipn)
10554 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != 0)
10586 KASSERT(LIST_EMPTY(&indirdep->ir_writehd),
11174 LIST_INSERT_HEAD(&indirdep->ir_writehd, aip, ai_next);
11586 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != 0) {

Completed in 69 milliseconds