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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h319 * "allocdirect" structure (see below). It is linked onto the id_newinoupdt
322 * satisfied, it is removed from the id_newinoupdt list and any followup
328 * elements on the id_newinoupdt list are moved to the id_inoupdt list
337 * The entries on the id_inoupdt and id_newinoupdt lists must be kept
371 struct allocdirectlst id_newinoupdt; /* updates when inode written */ member in struct:inodedep
H A Dffs_softdep.c2371 TAILQ_INIT(&inodedep->id_newinoupdt);
5591 adphead = &inodedep->id_newinoupdt;
7191 merge_inode_lists(&inodedep->id_newinoupdt,
7875 !TAILQ_EMPTY(&inodedep->id_newinoupdt) ||
7918 !TAILQ_EMPTY(&inodedep->id_newinoupdt) ||
11456 listhead = &inodedep->id_newinoupdt;
12552 merge_inode_lists(&inodedep->id_newinoupdt, &inodedep->id_inoupdt);
12605 * Merge the a new inode dependency list (such as id_newinoupdt) into an
12685 !TAILQ_EMPTY(&inodedep->id_newinoupdt))
13138 flush_deplist(&inodedep->id_newinoupdt, waitfo
[all...]

Completed in 187 milliseconds