3 dir \- directory layout
10 The directories of the V1 and V2 file systems are arrays of the
11 following structure defined in <sys/dir.h>:
16 ino_t d_ino; /* I-node number */
17 char d_name[14]; /* Name of up to 14 characters */
24 field is the inode number of the file named by
27 is zero if the directory slot isn't allocated. This number is the same as
31 unless the entry is mounted on.
33 is the name of up to 14 characters, null-terminated only if less then 14
34 in length. Any character other than null or '\fB/\fP' is allowed.
38 for a portable way to access directories, MINIX 3 is probably the last system
39 with these old V7 format directories.
43 Kees J. Bot (kjb@cs.vu.nl)