Lines Matching refs:listhead
11421 struct allocdirectlst *listhead; in handle_allocdirect_partdone() local
11442 listhead = &inodedep->id_extupdt; in handle_allocdirect_partdone()
11444 listhead = &inodedep->id_inoupdt; in handle_allocdirect_partdone()
11445 TAILQ_FOREACH(listadp, listhead, ad_next) { in handle_allocdirect_partdone()
11465 listhead = &inodedep->id_newextupdt; in handle_allocdirect_partdone()
11467 listhead = &inodedep->id_newinoupdt; in handle_allocdirect_partdone()
11468 TAILQ_FOREACH(listadp, listhead, ad_next) in handle_allocdirect_partdone()
11491 TAILQ_REMOVE(listhead, adp, ad_next); in handle_allocdirect_partdone()
13173 struct allocdirectlst *listhead, in flush_deplist() argument
13182 if ((adp = TAILQ_FIRST(listhead)) == NULL) in flush_deplist()
13186 TAILQ_FOREACH(adp, listhead, ad_next) { in flush_deplist()