sofs19  0.1
FUSE based file system
inode

The SOInode data type. More...

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

The SOInode data type.