Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h92 struct tmpfs_object_s struct
94 struct tmpfs_dirent_s *to_dirent;
95 struct tmpfs_sem_s to_exclsem;
97 uint8_t to_type; /* See enum tmpfs_objtype_e */
98 uint8_t to_refs; /* Reference count */
99 time_t to_ctime; /* last changed status time */
100 time_t to_mtime; /* last modified time */
101 time_t to_atime; /* last access time */
103 mode_t mode;
104 uint gid;
[all …]