Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ceph_client Struct Reference

#include <libceph.h>

Data Fields

struct ceph_fsid fsid
 
bool have_fsid
 
voidprivate
 
struct ceph_optionsoptions
 
struct mutex mount_mutex
 
wait_queue_head_t auth_wq
 
int auth_err
 
int(* extra_mon_dispatch )(struct ceph_client *, struct ceph_msg *)
 
u32 supported_features
 
u32 required_features
 
struct ceph_messenger msgr
 
struct ceph_mon_client monc
 
struct ceph_osd_client osdc
 

Detailed Description

Definition at line 112 of file libceph.h.

Field Documentation

int auth_err

Definition at line 122 of file libceph.h.

Definition at line 121 of file libceph.h.

int(* extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *)

Definition at line 124 of file libceph.h.

Definition at line 113 of file libceph.h.

bool have_fsid

Definition at line 114 of file libceph.h.

Definition at line 130 of file libceph.h.

struct mutex mount_mutex

Definition at line 120 of file libceph.h.

Definition at line 129 of file libceph.h.

struct ceph_options* options

Definition at line 118 of file libceph.h.

Definition at line 131 of file libceph.h.

void* private

Definition at line 116 of file libceph.h.

u32 required_features

Definition at line 127 of file libceph.h.

u32 supported_features

Definition at line 126 of file libceph.h.


The documentation for this struct was generated from the following file: