Searched defs:linux_dirent (Results 1 – 5 of 5) 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];
30 struct linux_dirent { struct41 getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int size) in getdents() argument
69 struct __sanitizer::linux_dirent { struct in __sanitizer70 long d_ino;71 off_t d_off;72 unsigned short d_reclen;73 char d_name[];
689 struct linux_dirent { struct691 u64 d_ino;692 u64 d_off;697 unsigned short d_reclen;699 unsigned char d_type;701 char d_name[256];
558 struct linux_dirent { struct560 u64 d_ino;561 u64 d_off;566 unsigned short d_reclen;568 unsigned char d_type;570 char d_name[256];