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
262 /* Open a file descriptor on an autofs mount point */
302 * Send "ready" status for an existing wait (either a mount or an expire
316 * Send "fail" status for an existing wait (either a mount or an expire
334 * Normally this is set at mount using an option but if we
335 * are reconnecting to a busy mount then we need to use this
336 * to tell the autofs mount about the new kernel pipe fd. In
338 * pipefd we also require that the autofs mount be catatonic.
393 * Make the autofs mount point catatonic, no longer responsive to
394 * mount requests. Also closes the kernel pipe file descriptor.
405 * Set the autofs mount expire timeout.
409 * mounts because there's a distinct mount corresponding to each of
416 * setting the per-dentry expire timeout the mount point name is passed
420 * Setting the autofs mount expire timeout sets the timeout in the super
425 * set which disables expiration for the mount point, lastly the flag
435 * mount point dentry the mount trailing component path is in autofs_dev_ioctl_timeout()
459 pr_warn("per-mount expire timeout is greater than " in autofs_dev_ioctl_timeout()
460 "the parent autofs mount timeout which could " in autofs_dev_ioctl_timeout()
499 * Return the uid and gid of the last request for the mount
501 * When reconstructing an autofs mount tree with active mounts
503 * process uid and gid (or string variations of them) for mount
558 /* Check if autofs mount point is in use */
573 * mount we're looking for a specific mount. In this case
575 * mountpoint or contains a mount, such as a multi-mount
576 * without a root mount. In this case we return 1 if the
577 * path is a mount point and the super magic of the covering
578 * mount if there is one or 0 if it isn't a mountpoint.
581 * lookup the path and check if it is the root of a mount.
583 * mount and if we don't find a match we return fail. If the
584 * located path is the root of a mount we return 1 along with
585 * the super magic of the mount or 0 otherwise.
752 * Admin needs to be able to set the mount catatonic in in _autofs_dev_ioctl()