Searched refs:ioctlfd (Results 1 – 4 of 4) sorted by relevance
94 __s32 ioctlfd; /* automount command fd */ member121 in->ioctlfd = -1; in init_autofs_dev_ioctl()
182 __s32 ioctlfd; /* automount command fd */202 The ioctlfd field is a mount point file descriptor of an autofs mount229 AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD the ioctlfd is validated and if it is261 with the ioctlfd field set to a valid autofs mount point descriptor276 autofs_dev_ioct with the ioctlfd field set to the descriptor obtained288 with the ioctlfd field set to the descriptor obtained from the open306 ioctlfd field set to the descriptor obtained from the open call and321 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 …]
453 __s32 ioctlfd; /* automount command fd */475 the filesystem by the `ioctlfd` which is a file descriptor open on the494 same as `close(ioctlfd)`.
271 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()