Home
last modified time | relevance | path

Searched refs:jwork_insert (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/ufs/ffs/
HDffs_softdep.c878 static void jwork_insert(struct workhead *, struct jsegdep *);
1105 jwork_insert(struct workhead *dst, struct jsegdep *jsegdep) in jwork_insert() function
4024 jwork_insert(&dirrem->dm_jwork, jsegdep); in handle_written_jremref()
4083 jwork_insert(&diradd->da_jwork, jsegdep); in handle_written_jaddref()
4129 jwork_insert(&newblk->nb_jwork, jsegdep); in handle_written_jnewblk()
4138 jwork_insert(&freefrag->ff_jwork, jsegdep); in handle_written_jnewblk()
4146 jwork_insert(&freework->fw_freeblks->fb_jwork, jsegdep); in handle_written_jnewblk()
4212 jwork_insert(&freefrag->ff_jwork, jsegdep); in handle_written_jfreefrag()
4236 jwork_insert(&freeblks->fb_jwork, jsegdep); in handle_written_jblkdep()
4608 jwork_insert(wkhd, jsegdep); in cancel_jaddref()
[all …]