Searched refs:ir_deplisthd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/ufs/ffs/ |
| HD | softdep.h | 507 struct allocindirhd ir_deplisthd; /* allocindir deps for this block */ member
|
| HD | ffs_softdep.c | 6214 LIST_INIT(&newindirdep->ir_deplisthd); in indirdep_lookup() 6284 LIST_FOREACH(oldaip, &indirdep->ir_deplisthd, ai_next) { in setup_allocindir_phase2() 6298 LIST_INSERT_HEAD(&indirdep->ir_deplisthd, aip, ai_next); in setup_allocindir_phase2() 6444 LIST_FOREACH_SAFE(aip, &indirdep->ir_deplisthd, ai_next, aipn) in trunc_indirdep() 10840 while ((aip = LIST_FIRST(&indirdep->ir_deplisthd)) != NULL) in cancel_indirdep() 10879 KASSERT(LIST_EMPTY(&indirdep->ir_deplisthd), in free_indirdep() 10909 if (LIST_EMPTY(&indirdep->ir_deplisthd) && in initiate_write_indirdep() 13022 !LIST_EMPTY(&indirdep->ir_deplisthd)) { in softdep_sync_buf() 13030 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) { in softdep_sync_buf() 14386 LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) { in softdep_count_dependencies() [all …]
|