Searched defs:dirtemplate (Results 1 – 3 of 3) sorted by relevance
122 struct dirtemplate { struct123 u_int32_t dot_ino;124 int16_t dot_reclen;125 u_int8_t dot_type;126 u_int8_t dot_namlen;127 char dot_name[4]; /* must be multiple of 4 */128 u_int32_t dotdot_ino;129 int16_t dotdot_reclen;130 u_int8_t dotdot_type;131 u_int8_t dotdot_namlen;[all …]
1093 struct dirtemplate dirtemplate; in ufs_mkdir() local
877 struct ext2fs_dirtemplate dirtemplate; in ext2fs_mkdir() local