Home
last modified time | relevance | path

Searched defs:btrfs_ioctl_same_args (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dbtrfs.h630 struct btrfs_ioctl_same_args { struct
631 __u64 logical_offset; /* in - start of extent in source */
632 __u64 length; /* in - length of extent */
633 __u16 dest_count; /* in - total elements in info array */
634 __u16 reserved1;
635 __u32 reserved2;
636 struct btrfs_ioctl_same_extent_info info[0];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtrfs.h336 struct btrfs_ioctl_same_args { struct
337 __u64 logical_offset;
338 __u64 length;
339 __u16 dest_count;
340 __u16 reserved1;
341 __u32 reserved2;
342 struct btrfs_ioctl_same_extent_info info[0];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtrfs.h329 struct btrfs_ioctl_same_args { struct
330 __u64 logical_offset;
331 __u64 length;
332 __u16 dest_count;
333 __u16 reserved1;
334 __u32 reserved2;
335 struct btrfs_ioctl_same_extent_info info[0];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbtrfs.h329 struct btrfs_ioctl_same_args { struct
330 __u64 logical_offset;
331 __u64 length;
332 __u16 dest_count;
333 __u16 reserved1;
334 __u32 reserved2;
335 struct btrfs_ioctl_same_extent_info info[0];
/kernel/linux/linux-6.6/include/uapi/linux/
Dbtrfs.h666 struct btrfs_ioctl_same_args { struct
667 __u64 logical_offset; /* in - start of extent in source */
668 __u64 length; /* in - length of extent */
669 __u16 dest_count; /* in - total elements in info array */
670 __u16 reserved1;
671 __u32 reserved2;
672 struct btrfs_ioctl_same_extent_info info[];