Searched refs:ioctlfd (Results 1 – 3 of 3) sorted by relevance
94 __s32 ioctlfd; /* automount command fd */ member121 in->ioctlfd = -1; in init_autofs_dev_ioctl()
180 __s32 ioctlfd; /* automount command fd */200 The ioctlfd field is a mount point file descriptor of an autofs mount227 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD the ioctlfd is validated and if it is259 with the ioctlfd field set to a valid autofs mount point descriptor274 autofs_dev_ioct with the ioctlfd field set to the descriptor obtained286 with the ioctlfd field set to the descriptor obtained from the open304 ioctlfd field set to the descriptor obtained from the open call and319 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 …]
269 param->ioctlfd = -1; in autofs_dev_ioctl_openmount()281 param->ioctlfd = fd; in autofs_dev_ioctl_openmount()291 return ksys_close(param->ioctlfd); in autofs_dev_ioctl_closemount()520 if (!fp || param->ioctlfd == -1) { in autofs_dev_ioctl_ismountpoint()644 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()