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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h344 * entries are moved to the id_pendinghd list where they remain until
346 * The purpose of keeping the entries on the id_pendinghd list is so that
367 struct workhead id_pendinghd; /* entries awaiting directory write */ member in struct:inodedep
461 * fully committed and can be deleted from their pagedep->id_pendinghd
462 * and inodedep->id_pendinghd lists.
685 struct worklist da_list; /* id_inowait or id_pendinghd list */
768 * deleted from their pagedep->id_pendinghd and inodedep->id_pendinghd
H A Dffs_softdep.c2366 LIST_INIT(&inodedep->id_pendinghd);
7870 !LIST_EMPTY(&inodedep->id_pendinghd) ||
7913 !LIST_EMPTY(&inodedep->id_pendinghd) ||
8774 * write processing to put it on the id_pendinghd list.
9622 * write processing to put it on the id_pendinghd list.
9639 WORKLIST_INSERT(&inodedep->id_pendinghd, &dap->da_list);
12034 WORKLIST_INSERT(&inodedep->id_pendinghd, &dap->da_list);
12688 if ((wk = LIST_FIRST(&inodedep->id_pendinghd)) == NULL)
12754 if ((wk = LIST_FIRST(&inodedep->id_pendinghd)) != NULL) {
14812 LIST_FIRST(&inodedep->id_pendinghd),
[all...]

Completed in 124 milliseconds