1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
* updates to btrfs.h:
* inner union field to struct btrfs_ioctl_defrag_range_args
*/
/*
* updates to btrfs.h:
* struct struct btrfs_ioctl_subvol_wait
* #define BTRFS_IOC_SUBVOL_SYNC_WAIT
*/
/*
* updates to btrfs.h:
* fsid field to struct btrfs_ioctl_dev_info_args
*
*/
/*
* updates to btrfs_tree.h:
* struct btrfs_header
* struct btrfs_root_backup
* struct btrfs_node
* struct btrfs_super_block
* struct btrfs_item
* struct btrfs_leaf
* struct btrfs_key_ptr
*
*/
/*
* fstatfs syscall can be called on a file descriptor opened with O_PATH
*/