Searched defs:vki_dirent64 (Results 1 – 2 of 2) sorted by relevance
1394 struct vki_dirent64 { struct1395 __vki_u64 d_ino;1396 __vki_s64 d_off;1397 unsigned short d_reclen;1398 unsigned char d_type;1399 char d_name[256]; /* Note we hard code a max file length here. */
346 #define vki_dirent64 dirent64 macro