Home
last modified time | relevance | path

Searched defs:linux_dirent64 (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c64 struct linux_dirent64 { struct
65 uint64_t d_ino;
66 int64_t d_off;
67 unsigned short d_reclen;
68 unsigned char d_type;
69 char d_name[0];
/tools/include/nolibc/
Dnolibc.h174 struct linux_dirent64 { struct
175 uint64_t d_ino;
176 int64_t d_off;
177 unsigned short d_reclen;
178 unsigned char d_type;
179 char d_name[];