Home
last modified time | relevance | path

Searched defs:btrfs_ioctl_fs_info_args (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dbtrfs.h258 struct btrfs_ioctl_fs_info_args { struct
259 __u64 max_id; /* out */
260 __u64 num_devices; /* out */
261 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
262 __u32 nodesize; /* out */
263 __u32 sectorsize; /* out */
264 __u32 clone_alignment; /* out */
266 __u16 csum_type; /* out */
267 __u16 csum_size; /* out */
268 __u64 flags; /* in/out */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtrfs.h162 struct btrfs_ioctl_fs_info_args { struct
163 __u64 max_id;
164 __u64 num_devices;
165 __u8 fsid[BTRFS_FSID_SIZE];
166 __u32 nodesize;
167 __u32 sectorsize;
168 __u32 clone_alignment;
169 __u16 csum_type;
170 __u16 csum_size;
171 __u64 flags;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtrfs.h146 struct btrfs_ioctl_fs_info_args { struct
147 __u64 max_id;
148 __u64 num_devices;
149 __u8 fsid[BTRFS_FSID_SIZE];
150 __u32 nodesize;
151 __u32 sectorsize;
152 __u32 clone_alignment;
153 __u32 reserved32;
154 __u64 reserved[122];