Searched defs:linux_dirent64 (Results 1 – 2 of 2) sorted by relevance
43 struct linux_dirent64 { struct52 getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) in getdents64() argument
253 struct linux_dirent64 { struct254 unsigned long long d_ino;255 long long d_off;256 unsigned short d_reclen; /* Length of this linux_dirent */257 unsigned char d_type;258 char d_name[256]; /* Filename (null-terminated) */