Home
last modified time | relevance | path

Searched refs:rd_next (Results 1 – 3 of 3) sorted by relevance

/third_party/NuttX/fs/romfs/
Dfs_romfs.c107 if (!IS_DIRECTORY(dirinfo->rd_next) && !IS_FILE(dirinfo->rd_next)) in romfs_lookup()
122 if (IS_DIRECTORY(dirinfo->rd_next)) in romfs_lookup()
155 rf->rf_type = (uint8_t)(dirinfo->rd_next & RFNEXT_ALLMODEMASK); in romfs_lookup()
686 dirinfo->rd_next = RFNEXT_DIRECTORY; in romfs_bind()
Dfs_romfs.h173 uint32_t rd_next; /* Offset of the next file header+flags */ member
Dfs_romfsutil.c144 dirinfo->rd_next = next; in romfs_checkentry()