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

#include <mds_client.h>

Data Fields

struct ceph_mds_clients_mdsc
 
int s_mds
 
int s_state
 
unsigned long s_ttl
 
u64 s_seq
 
struct mutex s_mutex
 
struct ceph_connection s_con
 
struct ceph_auth_handshake s_auth
 
spinlock_t s_gen_ttl_lock
 
u32 s_cap_gen
 
unsigned long s_cap_ttl
 
spinlock_t s_cap_lock
 
struct list_head s_caps
 
int s_nr_caps
 
int s_trim_caps
 
int s_num_cap_releases
 
struct list_head s_cap_releases
 
struct list_head s_cap_releases_done
 
struct ceph_caps_cap_iterator
 
struct list_head s_cap_flushing
 
struct list_head s_cap_snaps_flushing
 
unsigned long s_renew_requested
 
u64 s_renew_seq
 
atomic_t s_ref
 
struct list_head s_waiting
 
struct list_head s_unsafe
 

Detailed Description

Definition at line 107 of file mds_client.h.

Field Documentation

Definition at line 117 of file mds_client.h.

struct list_head s_cap_flushing

Definition at line 134 of file mds_client.h.

u32 s_cap_gen

Definition at line 121 of file mds_client.h.

struct ceph_cap* s_cap_iterator

Definition at line 131 of file mds_client.h.

spinlock_t s_cap_lock

Definition at line 125 of file mds_client.h.

struct list_head s_cap_releases

Definition at line 129 of file mds_client.h.

struct list_head s_cap_releases_done

Definition at line 130 of file mds_client.h.

struct list_head s_cap_snaps_flushing

Definition at line 135 of file mds_client.h.

unsigned long s_cap_ttl

Definition at line 122 of file mds_client.h.

struct list_head s_caps

Definition at line 126 of file mds_client.h.

Definition at line 115 of file mds_client.h.

spinlock_t s_gen_ttl_lock

Definition at line 120 of file mds_client.h.

int s_mds

Definition at line 109 of file mds_client.h.

Definition at line 108 of file mds_client.h.

struct mutex s_mutex

Definition at line 113 of file mds_client.h.

int s_nr_caps

Definition at line 127 of file mds_client.h.

int s_num_cap_releases

Definition at line 128 of file mds_client.h.

atomic_t s_ref

Definition at line 139 of file mds_client.h.

unsigned long s_renew_requested

Definition at line 136 of file mds_client.h.

u64 s_renew_seq

Definition at line 137 of file mds_client.h.

u64 s_seq

Definition at line 112 of file mds_client.h.

int s_state

Definition at line 110 of file mds_client.h.

int s_trim_caps

Definition at line 127 of file mds_client.h.

unsigned long s_ttl

Definition at line 111 of file mds_client.h.

struct list_head s_unsafe

Definition at line 141 of file mds_client.h.

struct list_head s_waiting

Definition at line 140 of file mds_client.h.


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