ShingledFS 2.0
SMR-AwareFUSE-basedFileSystem
|
The Shingled File System. More...
#include <fuse.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/xattr.h>
#include <limits.h>
#include "helper.h"
#include "shingledfs.h"
Go to the source code of this file.
Variables | |
struct fuse_operations | shingledfs_ops |
The Shingled File System.
Definition in file shingledfs.c.
struct fuse_operations shingledfs_ops |
Functions supported by ShingledFS
Definition at line 50 of file shingledfs.c.