Lines Matching full:mount

91 	 * mount point. The daemon must have failed to mount this  in autofs_dir_open()
94 * mount request. Otherwise we're doing a readdir on the in autofs_dir_open()
254 pr_debug("waiting for mount name=%pd\n", path->dentry); in autofs_mount_wait()
256 pr_debug("mount wait done status=%d\n", status); in autofs_mount_wait()
294 /* If this is an indirect mount the dentry could have gone away in autofs_mountpoint_changed()
299 * happen is an autofs indirect mount that has the "browse" in autofs_mountpoint_changed()
302 * directory and create a symlink as the mount leaving the in autofs_mountpoint_changed()
305 * Another not so obvious case is when a mount in an autofs in autofs_mountpoint_changed()
306 * indirect mount that uses the "nobrowse" option is being in autofs_mountpoint_changed()
307 * expired at the same time as a path walk. If the mount has in autofs_mountpoint_changed()
308 * been umounted but the mount point directory seen before in autofs_mountpoint_changed()
310 * family system call is made the mount won't be re-mounted as in autofs_mountpoint_changed()
311 * it should. In this case the mount point that's been removed in autofs_mountpoint_changed()
312 * (by the daemon) will be stale and the a new mount point in autofs_mountpoint_changed()
340 /* The daemon never triggers a mount. */ in autofs_d_automount()
350 * the mount. in autofs_d_automount()
356 /* Callback to the daemon to perform the mount or wait */ in autofs_d_automount()
379 * after umounting a rootless multi-mount, although it in autofs_d_automount()
382 * the mount never trigger mounts themselves (they have an in autofs_d_automount()
383 * autofs trigger mount mounted on them). But v4 pseudo direct in autofs_d_automount()
411 /* Mount succeeded, check if we ended up with a new dentry */ in autofs_d_automount()
440 * This dentry may be under construction so wait on mount in autofs_d_manage()
452 * a mount-trap. in autofs_d_manage()
472 * ->d_automount() and wait on a new mount if the expire in autofs_d_manage()
474 * mount to follow with a rootless multi-mount). in autofs_d_manage()
479 * updated so check if this is a rootless multi-mount so in autofs_d_manage()
519 * mount operation, unless the directory already exists, so we in autofs_lookup()
532 /* Mark entries in the root as mount triggers */ in autofs_lookup()
556 * autofs mount is catatonic but the state of an autofs in autofs_dir_permission()
619 * it will invalidate the dentry and try to mount with a new one.
647 * Version 4 of autofs provides a pseudo direct mount implementation
649 * an indirect mount to trigger mounts. To allow for this we need to
652 * following a mount or restore it after an expire because these mounts
823 * Tells the daemon whether it can umount the autofs mount.