Home
last modified time | relevance | path

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

/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h232 struct fs_dirent_s struct
242 struct Vnode *fd_root;
246 unsigned int fd_flags;
250 off_t fd_position;
253 off_t fd_int_offset;
263 {
316 } u;
320 struct dirent fd_dir[MAX_DIRENT_NUM]; /* Populated when readdir is called */
322 struct dirent fd_dir[1]; /* Populated when readdir is called */
324 int16_t cur_pos;
[all …]