ceph_buffer_release
extern void ceph_buffer_release(struct kref *kref);
kref_put(&b->kref, ceph_buffer_release);
EXPORT_SYMBOL(ceph_buffer_release);