Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h215 struct timespec tn_atime; /* (vi) */ member
H A Dtmpfs_vnops.c468 sb->st_atim.tv_sec = node->tn_atime.tv_sec; in tmpfs_stat()
469 sb->st_atim.tv_nsec = node->tn_atime.tv_nsec; in tmpfs_stat()
517 vap->va_atime = node->tn_atime; in tmpfs_getattr()
H A Dtmpfs_subr.c624 vfs_timestamp(&nnode->tn_atime); in tmpfs_alloc_node()
626 nnode->tn_atime; in tmpfs_alloc_node()
2367 node->tn_atime = *acc; in tmpfs_itimes()