Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dffs_softdep.c936 static void jwork_insert(struct workhead *, struct jsegdep *);
1167 jwork_insert(dst, jsegdep) in jwork_insert() function
4147 jwork_insert(&dirrem->dm_jwork, jsegdep);
4207 jwork_insert(&diradd->da_jwork, jsegdep);
4254 jwork_insert(&newblk->nb_jwork, jsegdep);
4263 jwork_insert(&freefrag->ff_jwork, jsegdep);
4271 jwork_insert(&freework->fw_freeblks->fb_jwork, jsegdep);
4340 jwork_insert(&freefrag->ff_jwork, jsegdep);
4365 jwork_insert(&freeblks->fb_jwork, jsegdep);
4739 jwork_insert(wkhd, jsegdep);
[all …]