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

#include <hypfs.h>

Data Fields

const charname
 
int(* data_create )(void **data, void **data_free_ptr, size_t *size)
 
void(* data_free )(const void *buf_free_ptr)
 
struct hypfs_dbfs_datadata
 
struct delayed_work data_free_work
 
struct mutex lock
 
struct dentrydentry
 

Detailed Description

Definition at line 53 of file hypfs.h.

Field Documentation

Definition at line 60 of file hypfs.h.

int(* data_create)(void **data, void **data_free_ptr, size_t *size)

Definition at line 55 of file hypfs.h.

void(* data_free)(const void *buf_free_ptr)

Definition at line 57 of file hypfs.h.

struct delayed_work data_free_work

Definition at line 61 of file hypfs.h.

Definition at line 63 of file hypfs.h.

struct mutex lock

Definition at line 62 of file hypfs.h.

const char* name

Definition at line 54 of file hypfs.h.


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