Home
last modified time | relevance | path

Searched defs:dirtemplate (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h100 struct dirtemplate { struct
101 uint32_t dot_ino;
102 short dot_reclen;
103 short dot_namlen;
104 char dot_name[4]; /* must be multiple of 4 */
105 uint32_t dotdot_ino;
106 short dotdot_reclen;
107 short dotdot_namlen;
108 char dotdot_name[4]; /* ditto */
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddir.h101 struct dirtemplate struct
103 u_int dot_ino;
104 short dot_reclen;
105 short dot_namlen;
106 char dot_name[4]; /* must be multiple of 4 */
107 u_int dotdot_ino;
108 short dotdot_reclen;
109 short dotdot_namlen;
110 char dotdot_name[4]; /* ditto */
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c253 } dirtemplate = { variable