Searched refs:nonc (Results 1 – 2 of 2) sorted by relevance
329 bool nomtime, nonc, pgread; in tmpfs_mount() local410 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()
43 mount -o nonc -t tmpfs tmpfs $mntpoint || { rm /tmp/tmpfs17; exit 0; }