Searched refs:jwork_insert (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 876 static void jwork_insert(struct workhead *, struct jsegdep *); 1103 jwork_insert(struct workhead *dst, struct jsegdep *jsegdep) in jwork_insert() function 4029 jwork_insert(&dirrem->dm_jwork, jsegdep); in handle_written_jremref() 4088 jwork_insert(&diradd->da_jwork, jsegdep); in handle_written_jaddref() 4134 jwork_insert(&newblk->nb_jwork, jsegdep); in handle_written_jnewblk() 4143 jwork_insert(&freefrag->ff_jwork, jsegdep); in handle_written_jnewblk() 4151 jwork_insert(&freework->fw_freeblks->fb_jwork, jsegdep); in handle_written_jnewblk() 4217 jwork_insert(&freefrag->ff_jwork, jsegdep); in handle_written_jfreefrag() 4241 jwork_insert(&freeblks->fb_jwork, jsegdep); in handle_written_jblkdep() 4613 jwork_insert(wkhd, jsegdep); in cancel_jaddref() [all …]
|