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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h1075 struct workhead sd_alldeps[D_LAST + 1];/* Lists of all deps */ member in struct:mount_softdeps
1118 #define softdep_alldeps um_softdep->sd_alldeps
H A Dffs_softdep.c2620 LIST_INIT(&sdp->sd_alldeps[i]);
2754 KASSERT(LIST_EMPTY(&ums->sd_alldeps[i]),
2757 TYPENAME(i), LIST_FIRST(&ums->sd_alldeps[i])));

Completed in 147 milliseconds