Lines Matching refs:an

15 are things such as setting an autofs mount catatonic, setting the
17 certain types of autofs triggered mounts can end up covering an autofs
36 module source you will see a third type called an offset, which is just
58 For the above indirect map an autofs file system is mounted on /test and
63 The way that direct mounts are handled is by making an autofs mount on
72 For example, an indirect mount map entry could also be:
90 One of the issues with version 4 of autofs was that, when mounting an
105 The current autofs implementation uses an ioctl file descriptor opened
119 implement an isolated operation it was decided to re-implement the
126 autofs maps. They are recorded at mount request time and an operation
134 ENOENT so the re-implementation allows user space to send an actual
147 complexity. There's no question that the Generic Netlink system is an
150 message bus implementation rather than specifically an ioctl replacement.
158 way the expire was done long ago. That is, when an expire request is
188 The ioctlfd field is a mount point file descriptor of an autofs mount
216 not a valid descriptor or doesn't correspond to an autofs mount point
217 an error of -EBADF, -ENOTTY or -EINVAL (not an autofs descriptor) is
224 An example of an implementation which uses this interface can be seen
236 implementation. It requires an initialized struct autofs_dev_ioctl as an
246 by loaded module. This call requires an initialized struct autofs_dev_ioctl
256 Obtain and release a file descriptor for an autofs managed mount point
257 path. The open call requires an initialized struct autofs_dev_ioctl with
261 /proc/mounts. The close call requires an initialized struct
273 Both of these calls require an initialized struct autofs_dev_ioctl
285 Normally this is set at mount time using an option but when reconnecting
291 The call requires an initialized struct autofs_dev_ioctl with the
305 The call requires an initialized struct autofs_dev_ioctl with the
312 Set the expire timeout for mounts within an autofs mount point.
314 The call requires an initialized struct autofs_dev_ioctl with the
324 The call requires an initialized struct autofs_dev_ioctl with the path
330 When reconstructing an autofs mount tree with active mounts we need to
340 Issue an expire request to the kernel for an autofs mount. Typically
343 The call requires an initialized struct autofs_dev_ioctl with the
345 addition an immediate expire, independent of the mount timeout, can be
350 to the given ioctlfd for mounts that can be expired, issues an expire
356 Checks if an autofs mount point is in use.
358 The call requires an initialized struct autofs_dev_ioctl with the
368 The call requires an initialized struct autofs_dev_ioctl. There are two
372 variation uses the path and optionally arg1 set to an autofs mount type.