Linux Kernel
3.7.1
|
#include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/ceph/buffer.h>
#include <linux/ceph/decode.h>
Go to the source code of this file.
Functions | |
struct ceph_buffer * | ceph_buffer_new (size_t len, gfp_t gfp) |
EXPORT_SYMBOL (ceph_buffer_new) | |
void | ceph_buffer_release (struct kref *kref) |
EXPORT_SYMBOL (ceph_buffer_release) | |
int | ceph_decode_buffer (struct ceph_buffer **b, void **p, void *end) |
|
read |
int ceph_decode_buffer | ( | struct ceph_buffer ** | b, |
void ** | p, | ||
void * | end | ||
) |
EXPORT_SYMBOL | ( | ceph_buffer_new | ) |
EXPORT_SYMBOL | ( | ceph_buffer_release | ) |