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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h972 LIST_HEAD(, freework) js_indirs;/* List of indirects in this seg. */ member in struct:jseg
H A Dffs_softdep.c2387 LIST_INSERT_HEAD(&jseg->js_indirs, freework, fw_segs);
3406 LIST_INIT(&jseg->js_indirs);
4487 while ((freework = LIST_FIRST(&jseg->js_indirs)) != NULL)

Completed in 217 milliseconds