blist_create
bl = blist_create(size, M_WAITOK);
blist_t newbl = blist_create(count, flags);
blist_t blist_create(daddr_t blocks, int flags);
sp->sw_blist = blist_create(nblks, M_WAITOK);