workitem_alloc
static void workitem_alloc(struct worklist *, int, struct mount *);
workitem_alloc(&pagedep->pd_list, D_PAGEDEP, mp);
workitem_alloc(&inodedep->id_list, D_INODEDEP, mp);
workitem_alloc(&newblk->nb_list, D_NEWBLK, mp);
workitem_alloc(&jseg->js_list, D_JSEG, mp);
workitem_alloc(&jsegdep->jd_list, D_JSEGDEP, wk->wk_mp);
workitem_alloc(&jmvref->jm_list, D_JMVREF, ITOVFS(dp));
workitem_alloc(&jremref->jr_list, D_JREMREF, ITOVFS(dp));
workitem_alloc(&jaddref->ja_list, D_JADDREF, ITOVFS(dp));
workitem_alloc(&freedep->fd_list, D_FREEDEP, freework->fw_list.wk_mp);
workitem_alloc(&freework->fw_list, D_FREEWORK, freeblks->fb_list.wk_mp);
workitem_alloc(&jfreeblk->jf_dep.jb_list, D_JFREEBLK,
workitem_alloc(&jtrunc->jt_dep.jb_list, D_JTRUNC,
workitem_alloc(&bmsafemap->sm_list, D_BMSAFEMAP, mp);
workitem_alloc(&jnewblk->jn_list, D_JNEWBLK, mp);
workitem_alloc(&bmsafemap->sm_list, D_BMSAFEMAP, mp);
workitem_alloc(&jfreefrag->fr_list, D_JFREEFRAG, ITOVFS(ip));
workitem_alloc(&freefrag->ff_list, D_FREEFRAG, UFSTOVFS(ump));
workitem_alloc(&newindirdep->ir_list, D_INDIRDEP, mp);
workitem_alloc(&freeblks->fb_list, D_FREEBLKS, mp);
workitem_alloc(&jfsync->jfs_list, D_JFSYNC, UFSTOVFS(ump));
workitem_alloc(&freefile->fx_list, D_FREEFILE, pvp->v_mount);
workitem_alloc(&newdirblk->db_list, D_NEWDIRBLK, mp);
workitem_alloc(&mkdir1->md_list, D_MKDIR, mp);
workitem_alloc(&mkdir2->md_list, D_MKDIR, mp);
workitem_alloc(&dap->da_list, D_DIRADD, mp);
workitem_alloc(&newdirblk->db_list, D_NEWDIRBLK, mp);
workitem_alloc(&dirrem->dm_list, D_DIRREM, dvp->v_mount);
workitem_alloc(&dap->da_list, D_DIRADD, mp);
workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump));