Searched defs:linux_dirent64 (Results 1 – 2 of 2) sorted by relevance
5 struct linux_dirent64 { struct6 u64 d_ino;7 s64 d_off;8 unsigned short d_reclen;9 unsigned char d_type;10 char d_name[];
175 struct linux_dirent64 { struct176 uint64_t d_ino;177 int64_t d_off;178 unsigned short d_reclen;179 unsigned char d_type;180 char d_name[];