DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

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
cdfs_inode.h HS (High Sierra), ISO9660, Joliet, and RCKRDG (Rock Ridge)
htino.h S51K (UNIX filesystem), HTFS (High Throughput Filesystem), EAFS (Enhanced ACER Fast Filesystem) and AFS (ACER Fast Filesystem)
vx_inode.h VxFS (VERITAS filesystem)

               +-------------+--------------------------------+
               |File         | Filesystem architecture        |
               |cdfs_inode.h | HS (High Sierra), ISO9660,     |
               |             | Joliet, and RCKRDG (Rock       |
               |             | Ridge)                         |
               |htino.h      | S51K (UNIX filesystem), HTFS   |
               |             | (High Throughput Filesystem),  |
               |             | EAFS (Enhanced ACER Fast       |
               |             | Filesystem) and AFS (ACER Fast |
               |             | Filesystem)                    |
               |vx_inode.h   | VxFS (VERITAS filesystem)      |
               +-------------+--------------------------------+

Files

/usr/include/sys/fs

See also

filesystem(FP), stat(S), inode_cdfs(F), inode_vxfs(F), types(FP)
© 2005 File Formats for Programming (FP)
SCO OpenServer Release 6.0.0 -- 02 June 2005