Home
last modified time | relevance | path

Searched refs:tfo_atime (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h156 time_t tfo_atime; /* last access time */ member
Dfs_tmpfs.c488 tfo->tfo_atime = tmpfs_timestamp(); in tmpfs_alloc_file()
489 tfo->tfo_mtime = tfo->tfo_atime; in tmpfs_alloc_file()
490 tfo->tfo_ctime = tfo->tfo_atime; in tmpfs_alloc_file()
1093 tfo->tfo_atime = tmpfs_timestamp(); in tmpfs_read()
1152 tfo->tfo_atime = tmpfs_timestamp(); in tmpfs_readpage()