Searched refs:newinstance (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/devpts/
H A Dinode.c51 int newinstance; member in struct:pts_mount_opts
65 {Opt_newinstance, "newinstance"},
97 * 'newinstance' option which can only be set/cleared on a mount (i.e.
113 /* newinstance makes sense only on initial mount */
115 opts->newinstance = 0;
151 /* newinstance makes sense only on initial mount */
153 opts->newinstance = 1;
336 * If the '-o newinstance' mount option was specified, mount a new
340 * If the '-o newinstance' option was not specified, mount/remount the
344 * The 'newinstance' optio
[all...]

Completed in 46 milliseconds