Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c329 bool nomtime, nonc, pgread; in tmpfs_mount() local
410 nonc = vfs_getopt(mp->mnt_optnew, "nonc", NULL, NULL) == 0; in tmpfs_mount()
461 tmp->tm_nonc = nonc; in tmpfs_mount()
481 if (!nonc && (mp->mnt_flag & MNT_UNION) == 0) in tmpfs_mount()
/freebsd/tools/test/stress2/misc/
H A Dtmpfs17.sh43 mount -o nonc -t tmpfs tmpfs $mntpoint || { rm /tmp/tmpfs17; exit 0; }