Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h506 struct allocindirhd ir_donehd; /* done waiting to update safecopy */ member
H A Dffs_softdep.c6215 LIST_INIT(&newindirdep->ir_donehd); in indirdep_lookup()
6290 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) { in setup_allocindir_phase2()
6447 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn) in trunc_indirdep()
10842 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) in cancel_indirdep()
10877 KASSERT(LIST_EMPTY(&indirdep->ir_donehd), in free_indirdep()
11515 LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next); in handle_allocindir_partdone()
11996 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) { in handle_written_indirdep()
11998 if (aip == LIST_FIRST(&indirdep->ir_donehd)) in handle_written_indirdep()
14654 !LIST_EMPTY(&indirdep->ir_donehd) || in softdep_check_suspend()