DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

inode(FP)


inode -- format of an inode

Syntax

#include <sys/types.h>

#include <sys/fs/inode_header>

Description

An inode for a plain file or directory has a structure that is defined by a header file in the directory <sys/fs>. The exact filename of the header file, inode_header, is filesystem dependent, because this structure is filesystem dependent. The following header files contain the descriptions of the inode structures for each supported filesystem type. For the meaning of the defined types off_t and time_t, see types(FP).

File Filesystem architecture
dtnode.h DTFS (Desktop Filesystem, a compression filesystem)
hsinode.h HS (High Sierra), ISO9660 and RCKRDG (Rock Ridge)
htino.h S51K (UNIX filesystem), HTFS (High Throughput Filesystem), EAFS (Enhanced ACER Fast Filesystem) and AFS (ACER Fast Filesystem)
dosinode.h DOS
xxinode.h XENIX

                +-----------+--------------------------------+
                |File       | Filesystem architecture        |
                |dtnode.h   | DTFS (Desktop Filesystem, a    |
                |           | compression filesystem)        |
                |hsinode.h  | HS (High Sierra), ISO9660 and  |
                |           | RCKRDG (Rock Ridge)            |
                |htino.h    | S51K (UNIX filesystem), HTFS   |
                |           | (High Throughput Filesystem),  |
                |           | EAFS (Enhanced ACER Fast       |
                |           | Filesystem) and AFS (ACER Fast |
                |           | Filesystem)                    |
                |dosinode.h | DOS                            |
                |xxinode.h  | XENIX                          |
                +-----------+--------------------------------+

Files

/usr/include/sys/fs

See also

filesystem(FP), stat(S), types(FP)
© 2003 File Formats for Programming (FP)
SCO OpenServer Release 5.0.7 -- 11 February 2003