Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_memfd.c223 getnanotime(&mfd->mfd_mtime); in memfd_write()
311 st->st_ctimespec = mfd->mfd_mtime; in memfd_stat()
313 st->st_mtimespec = mfd->mfd_mtime; in memfd_stat()
447 getnanotime(&mfd->mfd_mtime); in memfd_truncate_locked()
/netbsd-src/sys/sys/
H A Dmemfd.h46 struct timespec mfd_mtime; member