Home
last modified time | relevance | path

Searched refs:tmpfs_timestamp (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c183 * Name: tmpfs_timestamp
186 static time_t tmpfs_timestamp(void) in tmpfs_timestamp() function
462 parent->tdo_ctime = parent->tdo_mtime = tmpfs_timestamp(); in tmpfs_add_dirent()
489 tfo->tfo_atime = tmpfs_timestamp(); in tmpfs_alloc_file()
633 tdo->tdo_atime = tmpfs_timestamp(); in tmpfs_alloc_directory()
1094 tfo->tfo_atime = tmpfs_timestamp(); in tmpfs_read()
1153 tfo->tfo_atime = tmpfs_timestamp(); in tmpfs_readpage()
1327 tfo->tfo_ctime = tfo->tfo_mtime = tmpfs_timestamp(); in tmpfs_write()

Completed in 3 milliseconds