Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dauto_dev-ioctl.h94 __s32 ioctlfd; /* automount command fd */ member
121 in->ioctlfd = -1; in init_autofs_dev_ioctl()
/Linux-v4.19/Documentation/filesystems/
Dautofs-mount-control.txt180 __s32 ioctlfd; /* automount command fd */
200 The ioctlfd field is a mount point file descriptor of an autofs mount
227 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD the ioctlfd is validated and if it is
259 with the ioctlfd field set to a valid autofs mount point descriptor
274 autofs_dev_ioct with the ioctlfd field set to the descriptor obtained
286 with the ioctlfd field set to the descriptor obtained from the open
304 ioctlfd field set to the descriptor obtained from the open call and
319 ioctlfd field set to the descriptor obtained from the open call.
328 ioctlfd field set to the descriptor obtained from the open call.
356 ioctlfd field set to the descriptor obtained from the open call. In
[all …]
/Linux-v4.19/fs/autofs/
Ddev-ioctl.c288 param->ioctlfd = -1; in autofs_dev_ioctl_openmount()
300 param->ioctlfd = fd; in autofs_dev_ioctl_openmount()
310 return ksys_close(param->ioctlfd); in autofs_dev_ioctl_closemount()
539 if (!fp || param->ioctlfd == -1) { in autofs_dev_ioctl_ismountpoint()
661 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()