ai_next          1833 ufs/ffs/ffs_softdep.c 				LIST_FOREACH(oldaip, &indirdep->ir_deplisthd, ai_next)
ai_next          1848 ufs/ffs/ffs_softdep.c 			LIST_INSERT_HEAD(&indirdep->ir_deplisthd, aip, ai_next);
ai_next          2567 ufs/ffs/ffs_softdep.c 	LIST_REMOVE(aip, ai_next);
ai_next          4022 ufs/ffs/ffs_softdep.c 		LIST_REMOVE(aip, ai_next);
ai_next          4023 ufs/ffs/ffs_softdep.c 		LIST_INSERT_HEAD(&indirdep->ir_donehd, aip, ai_next);
ai_next          4032 ufs/ffs/ffs_softdep.c 	LIST_REMOVE(aip, ai_next);
ai_next          4842 ufs/ffs/ffs_softdep.c 			LIST_FOREACH(aip, &WK_INDIRDEP(wk)->ir_deplisthd, ai_next) {
ai_next          5547 ufs/ffs/ffs_softdep.c 			LIST_FOREACH(aip, &indirdep->ir_deplisthd, ai_next) {
ai_next           393 ufs/ffs/softdep.h 	LIST_ENTRY(allocindir) ai_next;	/* indirdep's list of allocindir's */