Home
last modified time | relevance | path

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

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