Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hypfs_dbfs.c File Reference
#include <linux/slab.h>
#include "hypfs.h"

Go to the source code of this file.

Functions

int hypfs_dbfs_create_file (struct hypfs_dbfs_file *df)
 
void hypfs_dbfs_remove_file (struct hypfs_dbfs_file *df)
 
int hypfs_dbfs_init (void)
 
void hypfs_dbfs_exit (void)
 

Function Documentation

int hypfs_dbfs_create_file ( struct hypfs_dbfs_file df)

Definition at line 89 of file hypfs_dbfs.c.

void hypfs_dbfs_exit ( void  )

Definition at line 113 of file hypfs_dbfs.c.

int hypfs_dbfs_init ( void  )

Definition at line 105 of file hypfs_dbfs.c.

void hypfs_dbfs_remove_file ( struct hypfs_dbfs_file df)

Definition at line 100 of file hypfs_dbfs.c.