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

#include <messenger.h>

Data Fields

struct ceph_msg_header hdr
 
struct ceph_msg_footer footer
 
struct kvec front
 
struct ceph_buffermiddle
 
struct page ** pages
 
unsigned nr_pages
 
unsigned page_alignment
 
struct ceph_pagelistpagelist
 
struct ceph_connectioncon
 
struct list_head list_head
 
struct kref kref
 
struct bio * bio
 
struct biobio_iter
 
int bio_seg
 
struct ceph_pagelisttrail
 
bool front_is_vmalloc
 
bool more_to_follow
 
bool needs_out_seq
 
int front_max
 
unsigned long ack_stamp
 
struct ceph_msgpoolpool
 

Detailed Description

Definition at line 72 of file messenger.h.

Field Documentation

unsigned long ack_stamp

Definition at line 94 of file messenger.h.

struct bio* bio

Definition at line 86 of file messenger.h.

struct bio* bio_iter

Definition at line 87 of file messenger.h.

int bio_seg

Definition at line 88 of file messenger.h.

Definition at line 82 of file messenger.h.

Definition at line 74 of file messenger.h.

struct kvec front

Definition at line 75 of file messenger.h.

bool front_is_vmalloc

Definition at line 90 of file messenger.h.

int front_max

Definition at line 93 of file messenger.h.

Definition at line 73 of file messenger.h.

Definition at line 85 of file messenger.h.

Definition at line 83 of file messenger.h.

Definition at line 76 of file messenger.h.

bool more_to_follow

Definition at line 91 of file messenger.h.

bool needs_out_seq

Definition at line 92 of file messenger.h.

unsigned nr_pages

Definition at line 78 of file messenger.h.

unsigned page_alignment

Definition at line 79 of file messenger.h.

struct ceph_pagelist* pagelist

Definition at line 80 of file messenger.h.

struct page** pages

Definition at line 77 of file messenger.h.

Definition at line 96 of file messenger.h.

Definition at line 89 of file messenger.h.


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