INODE(F) UNIX System V
Name
inode - format of an inode
Syntax
#include <sys/types.h>
#include <sys/ino.h>
Description
An inode for a plain file or directory in a file system has
the structure defined by <sys/ino.h>. For the meaning of
the defined types off_t and time_t see types(F).
Files
/usr/include/sys/ino.h
See Also
stat(S), filesystem(F), types(F)
(printed 8/23/89) INODE(F)