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

#include <osd_client.h>

Data Fields

atomic_t o_ref
 
struct ceph_osd_cliento_osdc
 
int o_osd
 
int o_incarnation
 
struct rb_node o_node
 
struct ceph_connection o_con
 
struct list_head o_requests
 
struct list_head o_linger_requests
 
struct list_head o_osd_lru
 
struct ceph_auth_handshake o_auth
 
unsigned long lru_ttl
 
int o_marked_for_keepalive
 
struct list_head o_keepalive_item
 

Detailed Description

Definition at line 34 of file osd_client.h.

Field Documentation

unsigned long lru_ttl

Definition at line 45 of file osd_client.h.

Definition at line 44 of file osd_client.h.

Definition at line 40 of file osd_client.h.

int o_incarnation

Definition at line 38 of file osd_client.h.

struct list_head o_keepalive_item

Definition at line 47 of file osd_client.h.

struct list_head o_linger_requests

Definition at line 42 of file osd_client.h.

int o_marked_for_keepalive

Definition at line 46 of file osd_client.h.

struct rb_node o_node

Definition at line 39 of file osd_client.h.

int o_osd

Definition at line 37 of file osd_client.h.

struct list_head o_osd_lru

Definition at line 43 of file osd_client.h.

Definition at line 36 of file osd_client.h.

atomic_t o_ref

Definition at line 35 of file osd_client.h.

struct list_head o_requests

Definition at line 41 of file osd_client.h.


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