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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c10695 struct workhead reattach; local
10705 LIST_INIT(&reattach);
10722 WORKLIST_INSERT(&reattach, wk);
10727 WORKLIST_INSERT(&reattach, wk);
10732 WORKLIST_INSERT(&reattach, wk);
10751 WORKLIST_INSERT(&reattach, wk);
10776 WORKLIST_INSERT(&reattach, wk);
10792 while ((wk = LIST_FIRST(&reattach)) != NULL) {

Completed in 97 milliseconds