Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h98 struct dirtemplate { struct
99 uint32_t dot_ino;
100 short dot_reclen;
101 short dot_namlen;
102 char dot_name[4]; /* must be multiple of 4 */
103 uint32_t dotdot_ino;
104 short dotdot_reclen;
105 short dotdot_namlen;
106 char dotdot_name[4]; /* ditto */
/illumos-gate/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 */
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h128 struct dirtemplate { struct
144 struct odirtemplate { argument
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c254 } dirtemplate = { variable