SimpleFS
A Simple File Sytem implementation including Disk and Shell Layers
|
Implementation of fs.h layer_1 functions. More...
#include "sfs/fs.h"
#include "sfs/sha256.h"
#include <algorithm>
#include <math.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
Go to the source code of this file.
Implementation of fs.h layer_1 functions.
Mainly includes all the functions which are necessary for managing data at Block level in terms of Inode and InodeBlock These functions won't be accessible at shell level. But are extensively used at layer_2.
Definition in file fs_layer_1.cpp.