#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/statfs.h>
#include <linux/mm.h>
#include <asm/uaccess.h>
#include <asm/errno.h>
#include <linux/buffer_head.h>
#include <linux/pagemap.h>
#include <linux/proc_fs.h>
#include <asm/atomic.h>
#include <linux/string.h>
#include "fsc_device.h"
#include "rkfs.h"
#include "parser.h"
Go to the source code of this file.
Functions | |
int | query (const char *command, int command_length) |
Function to send message to deamon. | |
void | rkfs_deamon_test (void) |
Function for testing deamon. | |
module_init (rkfs_init_module) | |
module_exit (rkfs_cleanup_module) | |
different variables use by MySQLFS | |
int | rkfs_next_data_item (char **com_data_pos, char *ret_buf) |
Read next data item from a answer received from a deamon. | |
int | rkfs_atoi (char *str) |
Atoi function. | |
Variables | |
int | result |
struct_command | ret_command |
char | out_buf [OUT_BUF_LENGTH] |
file_system_type | rkfs |
Definition in file fs_main.c.