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),
182 /* Find the topmost mount satisfying test() */
224 * Open a file descriptor on the autofs mount point corresponding
257 /* Open a file descriptor on an autofs mount point */
297 * Send "ready" status for an existing wait (either a mount or an expire
311 * Send "fail" status for an existing wait (either a mount or an expire
329 * Normally this is set at mount using an option but if we
330 * are reconnecting to a busy mount then we need to use this
331 * to tell the autofs mount about the new kernel pipe fd. In
333 * pipefd we also require that the autofs mount be catatonic.
388 * Make the autofs mount point catatonic, no longer responsive to
389 * mount requests. Also closes the kernel pipe file descriptor.
399 /* Set the autofs mount timeout */
413 * Return the uid and gid of the last request for the mount
415 * When reconstructing an autofs mount tree with active mounts
417 * process uid and gid (or string variations of them) for mount
472 /* Check if autofs mount point is in use */
487 * mount we're looking for a specific mount. In this case
489 * mountpoint or contains a mount, such as a multi-mount
490 * without a root mount. In this case we return 1 if the
491 * path is a mount point and the super magic of the covering
492 * mount if there is one or 0 if it isn't a mountpoint.
495 * lookup the path and check if it is the root of a mount.
497 * mount and if we don't find a match we return fail. If the
498 * located path is the root of a mount we return 1 along with
499 * the super magic of the mount or 0 otherwise.
666 * Admin needs to be able to set the mount catatonic in in _autofs_dev_ioctl()