Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
buffer.h File Reference
#include <linux/kref.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/types.h>
#include <linux/uio.h>

Go to the source code of this file.

Data Structures

struct  ceph_buffer
 

Functions

struct ceph_bufferceph_buffer_new (size_t len, gfp_t gfp)
 
void ceph_buffer_release (struct kref *kref)
 
int ceph_decode_buffer (struct ceph_buffer **b, void **p, void *end)
 

Function Documentation

struct ceph_buffer* ceph_buffer_new ( size_t  len,
gfp_t  gfp 
)
read

Definition at line 10 of file buffer.c.

void ceph_buffer_release ( struct kref kref)

Definition at line 38 of file buffer.c.

int ceph_decode_buffer ( struct ceph_buffer **  b,
void **  p,
void end 
)

Definition at line 53 of file buffer.c.