Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h505 struct allocindirhd ir_writehd; /* Waiting for the pointer write. */ member
H A Dffs_softdep.c6216 LIST_INIT(&newindirdep->ir_writehd); in indirdep_lookup()
6453 LIST_FOREACH_SAFE(aip, &indirdep->ir_writehd, ai_next, aipn) in trunc_indirdep()
10844 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != NULL) in cancel_indirdep()
10875 KASSERT(LIST_EMPTY(&indirdep->ir_writehd), in free_indirdep()
11527 LIST_INSERT_HEAD(&indirdep->ir_writehd, aip, ai_next); in handle_allocindir_partdone()
11981 while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != NULL) { in handle_written_indirdep()
14653 !LIST_EMPTY(&indirdep->ir_writehd) || in softdep_check_suspend()