Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dauto_dev-ioctl.h100 __s32 ioctlfd; /* automount command fd */ member
127 in->ioctlfd = -1; in init_autofs_dev_ioctl()
/linux-3.4.99/Documentation/filesystems/
Dautofs4-mount-control.txt180 __s32 ioctlfd; /* automount command fd */
188 The ioctlfd field is a mount point file descriptor of an autofs mount
215 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD the ioctlfd is validated and if it is
247 with the ioctlfd field set to a valid autofs mount point descriptor
262 autofs_dev_ioct with the ioctlfd field set to the descriptor obtained
274 with the ioctlfd field set to the descriptor obtained from the open
292 ioctlfd field set to the descriptor obtained from the open call and
306 ioctlfd field set to the descriptor obtained from the open call.
315 ioctlfd field set to the descriptor obtained from the open call.
344 ioctlfd field set to the descriptor obtained from the open call. In
[all …]
/linux-3.4.99/fs/autofs4/
Ddev-ioctl.c290 param->ioctlfd = -1; in autofs_dev_ioctl_openmount()
302 param->ioctlfd = fd; in autofs_dev_ioctl_openmount()
312 return sys_close(param->ioctlfd); in autofs_dev_ioctl_closemount()
534 if (!fp || param->ioctlfd == -1) { in autofs_dev_ioctl_ismountpoint()
666 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()