Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ufs/ffs/
HDsoftdep.h506 struct allocindirhd ir_completehd; /* waiting for indirdep complete */ member
HDffs_softdep.c6154 while ((aip = LIST_FIRST(&indirdep->ir_completehd)) != NULL) { in indirdep_complete()
6212 LIST_INIT(&newindirdep->ir_completehd); in indirdep_lookup()
6451 LIST_FOREACH_SAFE(aip, &indirdep->ir_completehd, ai_next, aipn) in trunc_indirdep()
10843 while ((aip = LIST_FIRST(&indirdep->ir_completehd)) != NULL) in cancel_indirdep()
10870 KASSERT(LIST_EMPTY(&indirdep->ir_completehd), in free_indirdep()
11981 LIST_INSERT_HEAD(&indirdep->ir_completehd, aip, in handle_written_indirdep()
14651 !LIST_EMPTY(&indirdep->ir_completehd) || in softdep_check_suspend()