SLOTF_WRITABLE
slot->s_flags |= SLOTF_WRITABLE;
if ((slot->s_flags & SLOTF_WRITABLE) == 0) {
media->m_readonly = slot->s_flags & SLOTF_WRITABLE ? B_FALSE : B_TRUE;
slot->s_flags &= ~SLOTF_WRITABLE;