Searched defs:linux_dirent64 (Results 1 – 3 of 3) sorted by relevance
48 struct linux_dirent64 { struct57 linux_getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) in linux_getdents64() argument
246 struct linux_dirent64 { struct247 unsigned long long d_ino;248 long long d_off;249 unsigned short d_reclen; /* Length of this linux_dirent */250 unsigned char d_type;251 char d_name[256]; /* Filename (null-terminated) */
1323 struct linux_dirent64 struct1325 guint64 d_ino; /* 64-bit inode number */1326 guint64 d_off; /* 64-bit offset to next structure */1327 unsigned short d_reclen; /* Size of this dirent */1328 unsigned char d_type; /* File type */1329 char d_name[]; /* Filename (null-terminated) */