zfs/module/zpios/include
Brian Behlendorf 43ad6bb2ad Register compat ioctl handlers for zpios + 32-bit safe timespec.
A compat ioctl handler for zpios was added which simply passes the
ioctl on to the usual handler.  The IOWR macro's correctly handle
this.  Additionally replace the use of 'struct timespec' which uses
longs internally and is therefore different sizes on 32-bit vs 64-bit
objects with 'struct zpios_timespec_t'.  This custom structure uses
uint32_t types internally and is safe to pass through an ioctl.  The
helper functions for this new type were also moved to a common place
so they may be used safely by the user or kernel code.
2009-07-21 10:22:47 -07:00
..
zpios-ctl.h Register compat ioctl handlers for zpios + 32-bit safe timespec. 2009-07-21 10:22:47 -07:00
zpios-internal.h Change all instances of kpios to zpios 2009-01-14 08:38:35 -08:00