Searched defs:linux_dirent64 (Results 1 – 2 of 2) sorted by relevance
86 struct linux_dirent64 { struct87 uint64_t d_ino;88 int64_t d_off;89 unsigned short d_reclen;90 unsigned char d_type;91 char d_name[];
147 struct linux_dirent64 { struct148 uint64_t d_ino;149 int64_t d_off;150 unsigned short d_reclen;151 unsigned char d_type;152 char d_name[0];