SimpleFS
A Simple File Sytem implementation including Disk and Shell Layers
fs_layer_1.cpp File Reference

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>
Include dependency graph for fs_layer_1.cpp:

Go to the source code of this file.

Detailed Description

Implementation of fs.h layer_1 functions.

Author
Kairav Shah (shahk.nosp@m.aira.nosp@m.v1702.nosp@m.@gma.nosp@m.il.co.nosp@m.m)
Date
2020-12-09

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.