|
| 1 | +/* automatically generated by rust-bindgen 0.66.1 */ |
| 2 | + |
| 3 | +pub type __kernel_mode_t = crate::ctypes::c_ushort; |
| 4 | +pub type __kernel_ipc_pid_t = crate::ctypes::c_ushort; |
| 5 | +pub type __kernel_uid_t = crate::ctypes::c_ushort; |
| 6 | +pub type __kernel_gid_t = crate::ctypes::c_ushort; |
| 7 | +pub type __kernel_old_dev_t = crate::ctypes::c_ushort; |
| 8 | +pub type __kernel_long_t = crate::ctypes::c_long; |
| 9 | +pub type __kernel_ulong_t = crate::ctypes::c_ulong; |
| 10 | +pub type __kernel_ino_t = __kernel_ulong_t; |
| 11 | +pub type __kernel_pid_t = crate::ctypes::c_int; |
| 12 | +pub type __kernel_suseconds_t = __kernel_long_t; |
| 13 | +pub type __kernel_daddr_t = crate::ctypes::c_int; |
| 14 | +pub type __kernel_uid32_t = crate::ctypes::c_uint; |
| 15 | +pub type __kernel_gid32_t = crate::ctypes::c_uint; |
| 16 | +pub type __kernel_old_uid_t = __kernel_uid_t; |
| 17 | +pub type __kernel_old_gid_t = __kernel_gid_t; |
| 18 | +pub type __kernel_size_t = crate::ctypes::c_uint; |
| 19 | +pub type __kernel_ssize_t = crate::ctypes::c_int; |
| 20 | +pub type __kernel_ptrdiff_t = crate::ctypes::c_int; |
| 21 | +pub type __kernel_off_t = __kernel_long_t; |
| 22 | +pub type __kernel_loff_t = crate::ctypes::c_longlong; |
| 23 | +pub type __kernel_old_time_t = __kernel_long_t; |
| 24 | +pub type __kernel_time_t = __kernel_long_t; |
| 25 | +pub type __kernel_time64_t = crate::ctypes::c_longlong; |
| 26 | +pub type __kernel_clock_t = __kernel_long_t; |
| 27 | +pub type __kernel_timer_t = crate::ctypes::c_int; |
| 28 | +pub type __kernel_clockid_t = crate::ctypes::c_int; |
| 29 | +pub type __kernel_caddr_t = *mut crate::ctypes::c_char; |
| 30 | +pub type __kernel_uid16_t = crate::ctypes::c_ushort; |
| 31 | +pub type __kernel_gid16_t = crate::ctypes::c_ushort; |
| 32 | +pub type __s8 = crate::ctypes::c_schar; |
| 33 | +pub type __u8 = crate::ctypes::c_uchar; |
| 34 | +pub type __s16 = crate::ctypes::c_short; |
| 35 | +pub type __u16 = crate::ctypes::c_ushort; |
| 36 | +pub type __s32 = crate::ctypes::c_int; |
| 37 | +pub type __u32 = crate::ctypes::c_uint; |
| 38 | +pub type __s64 = crate::ctypes::c_longlong; |
| 39 | +pub type __u64 = crate::ctypes::c_ulonglong; |
| 40 | +pub type __kernel_key_t = crate::ctypes::c_int; |
| 41 | +pub type __kernel_mqd_t = crate::ctypes::c_int; |
| 42 | +pub type __le16 = __u16; |
| 43 | +pub type __be16 = __u16; |
| 44 | +pub type __le32 = __u32; |
| 45 | +pub type __be32 = __u32; |
| 46 | +pub type __le64 = __u64; |
| 47 | +pub type __be64 = __u64; |
| 48 | +pub type __sum16 = __u16; |
| 49 | +pub type __wsum = __u32; |
| 50 | +pub type __poll_t = crate::ctypes::c_uint; |
| 51 | +#[repr(C)] |
| 52 | +#[derive(Debug, Copy, Clone)] |
| 53 | +pub struct loop_info { |
| 54 | +pub lo_number: crate::ctypes::c_int, |
| 55 | +pub lo_device: __kernel_old_dev_t, |
| 56 | +pub lo_inode: crate::ctypes::c_ulong, |
| 57 | +pub lo_rdevice: __kernel_old_dev_t, |
| 58 | +pub lo_offset: crate::ctypes::c_int, |
| 59 | +pub lo_encrypt_type: crate::ctypes::c_int, |
| 60 | +pub lo_encrypt_key_size: crate::ctypes::c_int, |
| 61 | +pub lo_flags: crate::ctypes::c_int, |
| 62 | +pub lo_name: [crate::ctypes::c_char; 64usize], |
| 63 | +pub lo_encrypt_key: [crate::ctypes::c_uchar; 32usize], |
| 64 | +pub lo_init: [crate::ctypes::c_ulong; 2usize], |
| 65 | +pub reserved: [crate::ctypes::c_char; 4usize], |
| 66 | +} |
| 67 | +#[repr(C)] |
| 68 | +#[derive(Debug, Copy, Clone)] |
| 69 | +pub struct loop_info64 { |
| 70 | +pub lo_device: __u64, |
| 71 | +pub lo_inode: __u64, |
| 72 | +pub lo_rdevice: __u64, |
| 73 | +pub lo_offset: __u64, |
| 74 | +pub lo_sizelimit: __u64, |
| 75 | +pub lo_number: __u32, |
| 76 | +pub lo_encrypt_type: __u32, |
| 77 | +pub lo_encrypt_key_size: __u32, |
| 78 | +pub lo_flags: __u32, |
| 79 | +pub lo_file_name: [__u8; 64usize], |
| 80 | +pub lo_crypt_name: [__u8; 64usize], |
| 81 | +pub lo_encrypt_key: [__u8; 32usize], |
| 82 | +pub lo_init: [__u64; 2usize], |
| 83 | +} |
| 84 | +#[repr(C)] |
| 85 | +#[derive(Debug, Copy, Clone)] |
| 86 | +pub struct loop_config { |
| 87 | +pub fd: __u32, |
| 88 | +pub block_size: __u32, |
| 89 | +pub info: loop_info64, |
| 90 | +pub __reserved: [__u64; 8usize], |
| 91 | +} |
| 92 | +pub const LO_NAME_SIZE: u32 = 64; |
| 93 | +pub const LO_KEY_SIZE: u32 = 32; |
| 94 | +pub const LO_CRYPT_NONE: u32 = 0; |
| 95 | +pub const LO_CRYPT_XOR: u32 = 1; |
| 96 | +pub const LO_CRYPT_DES: u32 = 2; |
| 97 | +pub const LO_CRYPT_FISH2: u32 = 3; |
| 98 | +pub const LO_CRYPT_BLOW: u32 = 4; |
| 99 | +pub const LO_CRYPT_CAST128: u32 = 5; |
| 100 | +pub const LO_CRYPT_IDEA: u32 = 6; |
| 101 | +pub const LO_CRYPT_DUMMY: u32 = 9; |
| 102 | +pub const LO_CRYPT_SKIPJACK: u32 = 10; |
| 103 | +pub const LO_CRYPT_CRYPTOAPI: u32 = 18; |
| 104 | +pub const MAX_LO_CRYPT: u32 = 20; |
| 105 | +pub const LOOP_SET_FD: u32 = 19456; |
| 106 | +pub const LOOP_CLR_FD: u32 = 19457; |
| 107 | +pub const LOOP_SET_STATUS: u32 = 19458; |
| 108 | +pub const LOOP_GET_STATUS: u32 = 19459; |
| 109 | +pub const LOOP_SET_STATUS64: u32 = 19460; |
| 110 | +pub const LOOP_GET_STATUS64: u32 = 19461; |
| 111 | +pub const LOOP_CHANGE_FD: u32 = 19462; |
| 112 | +pub const LOOP_SET_CAPACITY: u32 = 19463; |
| 113 | +pub const LOOP_SET_DIRECT_IO: u32 = 19464; |
| 114 | +pub const LOOP_SET_BLOCK_SIZE: u32 = 19465; |
| 115 | +pub const LOOP_CONFIGURE: u32 = 19466; |
| 116 | +pub const LOOP_CTL_ADD: u32 = 19584; |
| 117 | +pub const LOOP_CTL_REMOVE: u32 = 19585; |
| 118 | +pub const LOOP_CTL_GET_FREE: u32 = 19586; |
| 119 | +pub const LO_FLAGS_READ_ONLY: _bindgen_ty_1 = _bindgen_ty_1::LO_FLAGS_READ_ONLY; |
| 120 | +pub const LO_FLAGS_AUTOCLEAR: _bindgen_ty_1 = _bindgen_ty_1::LO_FLAGS_AUTOCLEAR; |
| 121 | +pub const LO_FLAGS_PARTSCAN: _bindgen_ty_1 = _bindgen_ty_1::LO_FLAGS_PARTSCAN; |
| 122 | +pub const LO_FLAGS_DIRECT_IO: _bindgen_ty_1 = _bindgen_ty_1::LO_FLAGS_DIRECT_IO; |
| 123 | +#[repr(u32)] |
| 124 | +#[non_exhaustive] |
| 125 | +#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] |
| 126 | +pub enum _bindgen_ty_1 { |
| 127 | +LO_FLAGS_READ_ONLY = 1, |
| 128 | +LO_FLAGS_AUTOCLEAR = 4, |
| 129 | +LO_FLAGS_PARTSCAN = 8, |
| 130 | +LO_FLAGS_DIRECT_IO = 16, |
| 131 | +} |
0 commit comments