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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h975 LIST_HEAD(, freework) js_indirs;/* List of indirects in this seg. */ member in struct:jseg
H A Dffs_softdep.c2508 LIST_INSERT_HEAD(&jseg->js_indirs, freework, fw_segs);
3679 LIST_INIT(&jseg->js_indirs);
4739 while ((freework = LIST_FIRST(&jseg->js_indirs)) != NULL)

Completed in 219 milliseconds