Searched refs:nonc (Results 1 – 2 of 2) sorted by relevance
326 bool nomtime, nonc, pgread; in tmpfs_mount() local434 nonc = vfs_getopt(opts, "nonc", NULL, NULL) == 0; in tmpfs_mount()485 tmp->tm_nonc = nonc; in tmpfs_mount()505 if (!nonc && (mp->mnt_flag & MNT_UNION) == 0) in tmpfs_mount()
43 mount -o nonc -t tmpfs tmpfs $mntpoint || { rm /tmp/tmpfs17; exit 0; }