Searched refs:js_entries (Results 1 – 2 of 2) sorted by relevance
974 struct workhead js_entries; /* Entries awaiting write */ member
3688 LIST_INIT(&jseg->js_entries); in softdep_process_journal() 3788 WORKLIST_INSERT(&jseg->js_entries, wk); in softdep_process_journal() 3890 while ((wk = LIST_FIRST(&jseg->js_entries)) != NULL) { in complete_jseg() 4758 KASSERT(LIST_EMPTY(&jseg->js_entries), in free_jseg()