ShingledFS 2.0
SMR-AwareFUSE-basedFileSystem
|
Defines types and function prototypes pertaining to Inodes. More...
Go to the source code of this file.
Data Structures | |
struct | inode_t |
Inode structure use to store meta data of a file. More... | |
Functions | |
int | get_offset (int inode_num) |
Returns the offset of an inode record in the inodes file. | |
int | init_inodebitmap (void) |
Initializes the inode bitmap. | |
int | init_inodelist (void) |
Initializes the inode list. |
Defines types and function prototypes pertaining to Inodes.
Definition in file inode.h.
int get_offset | ( | int | inode_num | ) |
int init_inodebitmap | ( | void | ) |
Initializes the inode bitmap.
Definition at line 110 of file inode.c.
References translate_path().
Referenced by shingledfs_init().
int init_inodelist | ( | void | ) |
Initializes the inode list.
If the inode list already exists then will open the inode list file and return the file descriptor.
: | None. |
Definition at line 158 of file inode.c.
References translate_path().
Referenced by shingledfs_init().