Searched refs:jwork_insert (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 878 static void jwork_insert(struct workhead *, struct jsegdep *); 1105 jwork_insert(struct workhead *dst, struct jsegdep *jsegdep) in jwork_insert() function 4027 jwork_insert(&dirrem->dm_jwork, jsegdep); in handle_written_jremref() 4086 jwork_insert(&diradd->da_jwork, jsegdep); in handle_written_jaddref() 4132 jwork_insert(&newblk->nb_jwork, jsegdep); in handle_written_jnewblk() 4141 jwork_insert(&freefrag->ff_jwork, jsegdep); in handle_written_jnewblk() 4149 jwork_insert(&freework->fw_freeblks->fb_jwork, jsegdep); in handle_written_jnewblk() 4215 jwork_insert(&freefrag->ff_jwork, jsegdep); in handle_written_jfreefrag() 4239 jwork_insert(&freeblks->fb_jwork, jsegdep); in handle_written_jblkdep() 4611 jwork_insert(wkhd, jsegdep); in cancel_jaddref() [all …]
|