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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c10812 struct allocdirect *listadp; local
10834 TAILQ_FOREACH(listadp, listhead, ad_next) {
10836 if (listadp == adp)
10839 if (listadp->ad_oldsize == 0 ||
10840 listadp->ad_oldsize == bsize)
10851 if (listadp == NULL) {
10857 TAILQ_FOREACH(listadp, listhead, ad_next)
10859 if (listadp == adp)
10861 if (listadp == NULL)
10876 for (; adp; adp = listadp) {
11918 struct allocdirect *listadp, *newadp; local
[all...]

Completed in 72 milliseconds