mount_softdeps
static TAILQ_HEAD(, mount_softdeps) softdepmounts;
struct mount_softdeps *sdp;
struct mount_softdeps *sdp;
sdp = malloc(sizeof(struct mount_softdeps), M_MOUNTDATA,
struct mount_softdeps *ums;
TAILQ_ENTRY(mount_softdeps) sd_next; /* List of softdep filesystem */
struct mount_softdeps *um_softdep; /* (c) softdep mgmt structure */