transient_c
struct transient_c *tc = store->context;
*sectors_allocated = ((struct transient_c *) store->context)->next_free;
struct transient_c *tc;
tc = kmalloc_obj(struct transient_c);