Searched refs:aipn (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 6439 struct allocindir *aip, *aipn; in trunc_indirdep() local 6444 LIST_FOREACH_SAFE(aip, &indirdep->ir_deplisthd, ai_next, aipn) in trunc_indirdep() 6447 LIST_FOREACH_SAFE(aip, &indirdep->ir_donehd, ai_next, aipn) in trunc_indirdep() 6453 LIST_FOREACH_SAFE(aip, &indirdep->ir_writehd, ai_next, aipn) in trunc_indirdep() 6456 LIST_FOREACH_SAFE(aip, &indirdep->ir_completehd, ai_next, aipn) in trunc_indirdep()
|