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