Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

sqlfs.h File Reference


Detailed Description

File public header for file system on top of a SQL database library APIs.

#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/statvfs.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <utime.h>
#include "sqlfs_internal.h"

Go to the source code of this file.

Data Structures

struct  fuse_file_info
 Information about open files. More...

Typedefs

typedef int(* fuse_fill_dir_t )(void *buf, const char *name, const struct stat *stbuf, off_t off)
 Function to add an entry in a readdir() operation.

Functions

int sqlfs_init (const char *)


Typedef Documentation

typedef int(* fuse_fill_dir_t)(void *buf, const char *name, const struct stat *stbuf, off_t off)
 

Function to add an entry in a readdir() operation.

Parameters:
buf the buffer passed to the readdir() operation
name the file name of the directory entry
stat file attributes, can be NULL
off offset of the next entry or zero
Returns:
1 if buffer is full, zero otherwise


Function Documentation

int sqlfs_init const char *   ) 
 


Generated on Sat Dec 16 20:29:49 2006 for hiker-0.9 by  doxygen 1.4.4