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

/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c10702 struct workhead reattach; local
10712 LIST_INIT(&reattach);
10729 WORKLIST_INSERT(&reattach, wk);
10734 WORKLIST_INSERT(&reattach, wk);
10739 WORKLIST_INSERT(&reattach, wk);
10758 WORKLIST_INSERT(&reattach, wk);
10783 WORKLIST_INSERT(&reattach, wk);
10799 while ((wk = LIST_FIRST(&reattach)) != NULL) {

Completed in 70 milliseconds