Lines Matching refs:workitem_alloc
1151 static void workitem_alloc(struct worklist *, int, struct mount *);
1195 workitem_alloc(item, type, mp) in workitem_alloc() function
2134 workitem_alloc(&pagedep->pd_list, D_PAGEDEP, mp);
2220 workitem_alloc(&inodedep->id_list, D_INODEDEP, mp);
2317 workitem_alloc(&newblk->nb_list, D_NEWBLK, mp);
3398 workitem_alloc(&jseg->js_list, D_JSEG, mp);
3981 workitem_alloc(&jsegdep->jd_list, D_JSEGDEP, wk->wk_mp); in newjsegdep()
3997 workitem_alloc(&jmvref->jm_list, D_JMVREF, UFSTOVFS(dp->i_ump));
4024 workitem_alloc(&jremref->jr_list, D_JREMREF, UFSTOVFS(dp->i_ump)); in newjremref()
4060 workitem_alloc(&jaddref->ja_list, D_JADDREF, UFSTOVFS(dp->i_ump)); in newjaddref()
4080 workitem_alloc(&freedep->fd_list, D_FREEDEP, freework->fw_list.wk_mp); in newfreedep()
4123 workitem_alloc(&freework->fw_list, D_FREEWORK, freeblks->fb_list.wk_mp);
4188 workitem_alloc(&jfreeblk->jf_dep.jb_list, D_JFREEBLK,
4240 workitem_alloc(&jtrunc->jt_dep.jb_list, D_JTRUNC,
5044 workitem_alloc(&bmsafemap->sm_list, D_BMSAFEMAP, mp);
5093 workitem_alloc(&jnewblk->jn_list, D_JNEWBLK, mp);
5209 workitem_alloc(&bmsafemap->sm_list, D_BMSAFEMAP, mp);
5547 workitem_alloc(&jfreefrag->fr_list, D_JFREEFRAG, UFSTOVFS(ip->i_ump));
5579 workitem_alloc(&freefrag->ff_list, D_FREEFRAG, UFSTOVFS(ip->i_ump));
5944 workitem_alloc(&newindirdep->ir_list, D_INDIRDEP, mp);
6145 workitem_alloc(&freeblks->fb_list, D_FREEBLKS, mp);
6772 workitem_alloc(&jfsync->jfs_list, D_JFSYNC, UFSTOVFS(ip->i_ump));
7517 workitem_alloc(&freefile->fx_list, D_FREEFILE, pvp->v_mount);
8318 workitem_alloc(&newdirblk->db_list, D_NEWDIRBLK, mp);
8321 workitem_alloc(&mkdir1->md_list, D_MKDIR, mp);
8326 workitem_alloc(&mkdir2->md_list, D_MKDIR, mp);
8460 workitem_alloc(&dap->da_list, D_DIRADD, mp);
8470 workitem_alloc(&newdirblk->db_list, D_NEWDIRBLK, mp);
9124 workitem_alloc(&dirrem->dm_list, D_DIRREM, dvp->v_mount);
9273 workitem_alloc(&dap->da_list, D_DIRADD, mp);
9434 workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump));