Home
last modified time | relevance | path

Searched defs:loop_info64 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dloop.h32 struct loop_info64 { struct
33 __u64 lo_device;
34 __u64 lo_inode;
35 __u64 lo_rdevice;
36 __u64 lo_offset;
37 __u64 lo_sizelimit;
38 __u32 lo_number;
39 __u32 lo_encrypt_type;
40 __u32 lo_encrypt_key_size;
41 __u32 lo_flags;
[all …]
/kernel/linux/linux-4.19/include/uapi/linux/
Dloop.h47 struct loop_info64 { struct
48 __u64 lo_device; /* ioctl r/o */
49 __u64 lo_inode; /* ioctl r/o */
50 __u64 lo_rdevice; /* ioctl r/o */
51 __u64 lo_offset;
52 __u64 lo_sizelimit;/* bytes, 0 == max available */
53 __u32 lo_number; /* ioctl r/o */
54 __u32 lo_encrypt_type;
55 __u32 lo_encrypt_key_size; /* ioctl w/o */
56 __u32 lo_flags; /* ioctl r/o */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dloop.h48 struct loop_info64 { struct
66 struct loop_info64 info; argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dloop.h57 struct loop_info64 { struct
77 * @info: struct loop_info64 to configure the loop device with. argument