Lines Matching full:mount
21 * an ioctl file descriptor on an autofs mount that may be covered by
22 * another mount. This situation arises when starting automount(8)
24 * mounts (used for autofs lazy mount/umount of nested mount trees),
187 /* Find the topmost mount satisfying test() */
229 * Open a file descriptor on the autofs mount point corresponding
244 /* Open a file descriptor on an autofs mount point */
284 * Send "ready" status for an existing wait (either a mount or an expire
298 * Send "fail" status for an existing wait (either a mount or an expire
316 * Normally this is set at mount using an option but if we
317 * are reconnecting to a busy mount then we need to use this
318 * to tell the autofs mount about the new kernel pipe fd. In
320 * pipefd we also require that the autofs mount be catatonic.
376 * Make the autofs mount point catatonic, no longer responsive to
377 * mount requests. Also closes the kernel pipe file descriptor.
388 * Set the autofs mount expire timeout.
392 * mounts because there's a distinct mount corresponding to each of
399 * setting the per-dentry expire timeout the mount point name is passed
403 * Setting the autofs mount expire timeout sets the timeout in the super
408 * set which disables expiration for the mount point, lastly the flag
418 * mount point dentry the mount trailing component path is in autofs_dev_ioctl_timeout()
471 pr_warn("per-mount expire timeout is greater than " in autofs_dev_ioctl_timeout()
472 "the parent autofs mount timeout which could " in autofs_dev_ioctl_timeout()
482 * Return the uid and gid of the last request for the mount
484 * When reconstructing an autofs mount tree with active mounts
486 * process uid and gid (or string variations of them) for mount
541 /* Check if autofs mount point is in use */
556 * mount we're looking for a specific mount. In this case
558 * mountpoint or contains a mount, such as a multi-mount
559 * without a root mount. In this case we return 1 if the
560 * path is a mount point and the super magic of the covering
561 * mount if there is one or 0 if it isn't a mountpoint.
564 * lookup the path and check if it is the root of a mount.
566 * mount and if we don't find a match we return fail. If the
567 * located path is the root of a mount we return 1 along with
568 * the super magic of the mount or 0 otherwise.
735 * Admin needs to be able to set the mount catatonic in in _autofs_dev_ioctl()