1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UDF_FS_I_H 7 #define _UDF_FS_I_H 1 8 #define UDF_GETEASIZE _IOR('l', 0x40, int) 9 #define UDF_GETEABLOCK _IOR('l', 0x41, void *) 10 #define UDF_GETVOLIDENT _IOR('l', 0x42, void *) 11 #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long) 12 #endif 13