Searched refs:rf_type (Results 1 – 2 of 2) sorted by relevance
/third_party/NuttX/fs/romfs/ | ||
D | fs_romfs.h | 150 uint8_t rf_type; /* File type (for fstat()) */ member |
D | fs_romfs.c | 155 rf->rf_type = (uint8_t)(dirinfo->rd_next & RFNEXT_ALLMODEMASK); in romfs_lookup() |