Searched refs:ioctl_fn (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/autofs/
H A Ddev-ioctl.c28 typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *, typedef
566 static ioctl_fn lookup_dev_ioctl(unsigned int cmd)
568 static const ioctl_fn _ioctls[] = {
600 ioctl_fn fn = NULL;
/linux-master/drivers/s390/char/
H A Dtape_char.c426 if (device->discipline->ioctl_fn == NULL)
428 return device->discipline->ioctl_fn(device, no, (unsigned long)data);
H A Dtape.h158 int (*ioctl_fn)(struct tape_device *, unsigned int, unsigned long); member in struct:tape_discipline
H A Dtape_34xx.c1165 .ioctl_fn = tape_34xx_ioctl,
H A Dtape_3590.c1627 .ioctl_fn = tape_3590_ioctl,
/linux-master/drivers/md/
H A Ddm-ioctl.c528 typedef int (*ioctl_fn)(struct file *filp, struct dm_ioctl *param, size_t param_size); typedef
1841 static ioctl_fn lookup_ioctl(unsigned int cmd, int *ioctl_flags)
1846 ioctl_fn fn;
2035 ioctl_fn fn = NULL;
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_host.c918 #define VMCI_DO_IOCTL(ioctl_name, ioctl_fn) do { \
920 return vmci_host_do_ ## ioctl_fn( \

Completed in 165 milliseconds