Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ufs/ffs/
HDsoftdep.h508 struct allocindirhd ir_donehd; /* done waiting to update safecopy */ member
HDffs_softdep.c6210 LIST_INIT(&newindirdep->ir_donehd); in indirdep_lookup()
6285 LIST_FOREACH(oldaip, &indirdep->ir_donehd, ai_next) { in setup_allocindir_phase2()
6442 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn) in trunc_indirdep()
10839 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) in cancel_indirdep()
10874 KASSERT(LIST_EMPTY(&indirdep->ir_donehd), in free_indirdep()
11512 LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next); in handle_allocindir_partdone()
11993 while ((aip = LIST_FIRST(&indirdep->ir_donehd)) != NULL) { in handle_written_indirdep()
11995 if (aip == LIST_FIRST(&indirdep->ir_donehd)) in handle_written_indirdep()
14653 !LIST_EMPTY(&indirdep->ir_donehd) || in softdep_check_suspend()