Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
mdsmap.h File Reference
#include <linux/bug.h>
#include <linux/ceph/types.h>

Go to the source code of this file.

Data Structures

struct  ceph_mds_info
 
struct  ceph_mdsmap
 

Functions

int ceph_mdsmap_get_random_mds (struct ceph_mdsmap *m)
 
struct ceph_mdsmapceph_mdsmap_decode (void **p, void *end)
 
void ceph_mdsmap_destroy (struct ceph_mdsmap *m)
 

Function Documentation

struct ceph_mdsmap* ceph_mdsmap_decode ( void **  p,
void end 
)
read

Definition at line 49 of file mdsmap.c.

void ceph_mdsmap_destroy ( struct ceph_mdsmap m)

Definition at line 170 of file mdsmap.c.

int ceph_mdsmap_get_random_mds ( struct ceph_mdsmap m)

Definition at line 19 of file mdsmap.c.