Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c133 if (VFS_TO_TMPFS(mp)->tm_nomtime) in tmpfs_update_mtime_all()
375 tmp->tm_nomtime = vfs_getopt(mp->mnt_optnew, "nomtime", NULL, in tmpfs_mount()
462 tmp->tm_nomtime = nomtime; in tmpfs_mount()
725 tmp->tm_nomtime ? "no" : ""); in db_print_tmpfs()
H A Dtmpfs.h428 bool tm_nomtime; member