Home
last modified time | relevance | path

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

/src/tools/test/stress2/misc/
H A Dtmpfs22.sh54 mount -o size=2g,nomtime -t tmpfs tmpfs $mntpoint || exit 1
/src/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c329 bool nomtime, nonc, pgread; in tmpfs_mount() local
411 nomtime = vfs_getopt(mp->mnt_optnew, "nomtime", NULL, NULL) == 0; in tmpfs_mount()
462 tmp->tm_nomtime = nomtime; in tmpfs_mount()