#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 *) |
|
Function to add an entry in a readdir() operation.
|
|
|