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

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h307 * "allocdirect" structure (see below). It is linked onto the id_newinoupdt
310 * satisfied, it is removed from the id_newinoupdt list and any followup
316 * elements on the id_newinoupdt list are moved to the id_inoupdt list
325 * The entries on the id_inoupdt and id_newinoupdt lists must be kept
358 struct allocdirectlst id_newinoupdt; /* updates when inode written */ member in struct:inodedep
H A Dffs_softdep.c2242 TAILQ_INIT(&inodedep->id_newinoupdt);
5358 adphead = &inodedep->id_newinoupdt;
6919 merge_inode_lists(&inodedep->id_newinoupdt,
7608 !TAILQ_EMPTY(&inodedep->id_newinoupdt) ||
7652 !TAILQ_EMPTY(&inodedep->id_newinoupdt) ||
11135 listhead = &inodedep->id_newinoupdt;
12207 merge_inode_lists(&inodedep->id_newinoupdt, &inodedep->id_inoupdt);
12260 * Merge the a new inode dependency list (such as id_newinoupdt) into an
12339 !TAILQ_EMPTY(&inodedep->id_newinoupdt))
12810 flush_deplist(&inodedep->id_newinoupdt, waitfo
[all...]

Completed in 84 milliseconds