Home
last modified time | relevance | path

Searched refs:ioctlfd (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dauto_dev-ioctl.h94 __s32 ioctlfd; /* automount command fd */ member
121 in->ioctlfd = -1; in init_autofs_dev_ioctl()
/linux-6.3-rc2/Documentation/filesystems/
A Dautofs-mount-control.rst182 __s32 ioctlfd; /* automount command fd */
202 The ioctlfd field is a mount point file descriptor of an autofs mount
229 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD the ioctlfd is validated and if it is
261 with the ioctlfd field set to a valid autofs mount point descriptor
276 autofs_dev_ioct with the ioctlfd field set to the descriptor obtained
288 with the ioctlfd field set to the descriptor obtained from the open
306 ioctlfd field set to the descriptor obtained from the open call and
321 ioctlfd field set to the descriptor obtained from the open call.
330 ioctlfd field set to the descriptor obtained from the open call.
358 ioctlfd field set to the descriptor obtained from the open call. In
[all …]
A Dautofs.rst453 __s32 ioctlfd; /* automount command fd */
475 the filesystem by the `ioctlfd` which is a file descriptor open on the
494 same as `close(ioctlfd)`.
/linux-6.3-rc2/fs/autofs/
A Ddev-ioctl.c271 param->ioctlfd = -1; in autofs_dev_ioctl_openmount()
283 param->ioctlfd = fd; in autofs_dev_ioctl_openmount()
293 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
522 if (!fp || param->ioctlfd == -1) { in autofs_dev_ioctl_ismountpoint()
649 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()

Completed in 19 milliseconds