Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h36 struct yaffs_dirent { struct
37 long d_ino; /* inode number */
38 off_t d_off; /* offset to this dirent */
39 unsigned short d_reclen; /* length of this dirent */
40 YUCHAR d_type; /* type of this record */
41 YCHAR d_name[NAME_MAX+1]; /* file name (null-terminated) */
42 unsigned d_dont_use; /* debug: not for public consumption */