Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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[];
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A 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[];
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c147 struct linux_dirent64 { struct
148 uint64_t d_ino;
149 int64_t d_off;
150 unsigned short d_reclen;
151 unsigned char d_type;
152 char d_name[0];