Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddirent.h5 struct linux_dirent64 { struct
6 u64 d_ino;
7 s64 d_off;
8 unsigned short d_reclen;
9 unsigned char d_type;
10 char d_name[];
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h175 struct linux_dirent64 { struct
176 uint64_t d_ino;
177 int64_t d_off;
178 unsigned short d_reclen;
179 unsigned char d_type;
180 char d_name[];
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2541 struct linux_dirent64 { struct
2542 uint64_t d_ino;
2543 int64_t d_off;
2544 unsigned short d_reclen;
2545 unsigned char d_type;
2546 char d_name[];