Searched defs:linux_dirent (Results 1 – 2 of 2) sorted by relevance
23 struct linux_dirent { struct24 uint64_t d_ino;25 int64_t d_off;26 unsigned short d_reclen;27 unsigned char d_type;28 char d_name[0];
500 struct linux_dirent { struct502 u64 d_ino;503 u64 d_off;508 unsigned short d_reclen;510 unsigned char d_type;512 char d_name[256];