sofs19  0.1
FUSE based file system
inode.h File Reference

Definition of the inode data type. More...

#include <inttypes.h>

Go to the source code of this file.

Data Structures

struct  SOInode
 Definition of the inode data type. More...
 

Macros

#define INODE_FREE   0001000
 flag signaling inode is free (it corresponds to the sticky bit)
 
#define N_DIRECT   8
 number of direct block references in the inode
 
#define N_INDIRECT   8
 number of indirect block references in the inode
 
#define N_DOUBLE_INDIRECT   8
 number of double indirect block references in the inode
 

Detailed Description

Definition of the inode data type.

Author
Artur Pereira - 2008-2009, 2016-2019
Miguel Oliveira e Silva - 2009, 2017
António Rui Borges - 2010-2015