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

#include <super.h>

Data Fields

struct rb_node node
 
const charname
 
int name_len
 
const charval
 
int val_len
 
int dirty
 
int should_free_name
 
int should_free_val
 

Detailed Description

Definition at line 190 of file super.h.

Field Documentation

int dirty

Definition at line 197 of file super.h.

const char* name

Definition at line 193 of file super.h.

int name_len

Definition at line 194 of file super.h.

Definition at line 191 of file super.h.

int should_free_name

Definition at line 199 of file super.h.

int should_free_val

Definition at line 200 of file super.h.

const char* val

Definition at line 195 of file super.h.

int val_len

Definition at line 196 of file super.h.


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