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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h965 * js_entries so thay may be completed when the write completes. The
966 * js_entries also include the write dependency structures: jmvref,
968 * the number of entries on the js_entries list. Thus there is a single
974 struct workhead js_entries; /* Entries awaiting write */ member in struct:jseg
983 int js_refs; /* Count of js_entries items. */
H A Dffs_softdep.c3678 LIST_INIT(&jseg->js_entries);
3778 WORKLIST_INSERT(&jseg->js_entries, wk);
3877 while ((wk = LIST_FIRST(&jseg->js_entries)) != NULL) {
4745 KASSERT(LIST_EMPTY(&jseg->js_entries),

Completed in 200 milliseconds