Lines Matching refs:mount
252 * pointing to an arbitrary mount, thereby tricking fusermount3 into
255 * This is the child process running in a separate mount namespace, so
262 * Then bind mount parent onto a stable base where the user can't move
284 res = mount("", "/", "", MS_PRIVATE | MS_REC, NULL);
310 res = mount(".", "/", "", MS_BIND | MS_REC, NULL);
761 fprintf(stderr, "%s: mount options too long\n", progname);
765 return mount(source, target, filesystemtype, mountflags, data);
835 fprintf(stderr, "%s: note: 'large_read' mount option is deprecated for %i.%i kernels\n", progname, kmaj, kmin);
920 fprintf(stderr, "%s: mount failed: %s\n", progname,
1033 /* Define permitted filesystems for the mount target. This was
1034 * originally the same list as used by the ecryptfs mount helper
1035 * (https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/view/head:/src/utils/mount.ecryptfs_private.c#L225)
1175 /* Can't clean up mount in a non-racy way */
1277 * the mount table to make sure the mountpoint is still mounted and
1278 * has proper type. If so, we then see if opening the mount dir is
1282 * opening the dir to check for ENOTCONN will cause a new mount
1331 " -o opt[,opt...] mount options\n"
1365 // It's meant for internal use by mount.c's setup_auto_unmount.