Distributed File System 1
Distributed file system in C
Loading...
Searching...
No Matches
Block Struct Reference

Associates a DNode's connection data with an INode's data and the data on disk at cid. More...

#include <block.h>

Public Attributes

UUID bid
 Block ID (primary key)
UUID fid
 File ID (foreign from INode) default 0.
UUID nid
 Node ID (foreign from DNode) default 0.
UUID cid
 Chunk ID default "".
size_t seq
 The order of this chunk.

Detailed Description

Associates a DNode's connection data with an INode's data and the data on disk at cid.

Member Data Documentation

◆ bid

UUID Block::bid

Block ID (primary key)

◆ cid

UUID Block::cid

Chunk ID default "".

◆ fid

UUID Block::fid

File ID (foreign from INode) default 0.

◆ nid

UUID Block::nid

Node ID (foreign from DNode) default 0.

◆ seq

size_t Block::seq

The order of this chunk.


The documentation for this struct was generated from the following file: