Searched refs:id_inoupdt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_softdep.c2241 TAILQ_INIT(&inodedep->id_inoupdt);
6656 TAILQ_FOREACH_SAFE(adp, &inodedep->id_inoupdt, ad_next, adpn) {
6658 cancel_allocdirect(&inodedep->id_inoupdt, adp,
6920 &inodedep->id_inoupdt);
6921 while ((adp = TAILQ_FIRST(&inodedep->id_inoupdt)) != NULL)
6922 cancel_allocdirect(&inodedep->id_inoupdt, adp,
7607 !TAILQ_EMPTY(&inodedep->id_inoupdt) ||
7651 !TAILQ_EMPTY(&inodedep->id_inoupdt) ||
10163 if (TAILQ_EMPTY(&inodedep->id_inoupdt) &&
10175 for (deplist = 0, adp = TAILQ_FIRST(&inodedep->id_inoupdt); ad
[all...]
H A Dsoftdep.h316 * elements on the id_newinoupdt list are moved to the id_inoupdt list
321 * the inode is written to disk, any updates listed on the id_inoupdt
325 * The entries on the id_inoupdt and id_newinoupdt lists must be kept
357 struct allocdirectlst id_inoupdt; /* updates before inode written */ member in struct:inodedep

Completed in 121 milliseconds