Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dbtrfs.h326 struct btrfs_balance_args { struct
327 __u64 profiles;
328 union {
335 __u64 devid;
336 __u64 pstart;
337 __u64 pend;
338 __u64 vstart;
339 __u64 vend;
341 __u64 target;
343 __u64 flags;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtrfs.h175 struct btrfs_balance_args { struct
176 __u64 profiles;
177 union {
184 __u64 devid;
185 __u64 pstart;
186 __u64 pend;
187 __u64 vstart;
188 __u64 vend;
189 __u64 target;
190 __u64 flags;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtrfs.h197 struct btrfs_balance_args { struct
198 __u64 profiles;
199 union {
206 __u64 devid;
207 __u64 pstart;
208 __u64 pend;
209 __u64 vstart;
210 __u64 vend;
211 __u64 target;
212 __u64 flags;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbtrfs.h197 struct btrfs_balance_args { struct
198 __u64 profiles;
199 union {
206 __u64 devid;
207 __u64 pstart;
208 __u64 pend;
209 __u64 vstart;
210 __u64 vend;
211 __u64 target;
212 __u64 flags;
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dbtrfs.h351 struct btrfs_balance_args { struct
352 __u64 profiles;
359 union {
366 __u64 devid;
367 __u64 pstart;
368 __u64 pend;
369 __u64 vstart;
370 __u64 vend;
372 __u64 target;
374 __u64 flags;
[all …]