Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs.h150 struct btrfs_scrub_progress { struct
151 __u64 data_extents_scrubbed; /* # of data extents scrubbed */
152 __u64 tree_extents_scrubbed; /* # of tree extents scrubbed */
153 __u64 data_bytes_scrubbed; /* # of data bytes scrubbed */
154 __u64 tree_bytes_scrubbed; /* # of tree bytes scrubbed */
155 __u64 read_errors; /* # of read errors encountered (EIO) */
156 __u64 csum_errors; /* # of failed csum checks */
157 __u64 verify_errors; /* # of occurences, where the metadata
161 __u64 no_csum; /* # of 4k data block for which no csum
164 __u64 csum_discards; /* # of csum for which no data was found
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs.h131 struct btrfs_scrub_progress { struct
132 __u64 data_extents_scrubbed; /* # of data extents scrubbed */
133 __u64 tree_extents_scrubbed; /* # of tree extents scrubbed */
134 __u64 data_bytes_scrubbed; /* # of data bytes scrubbed */
135 __u64 tree_bytes_scrubbed; /* # of tree bytes scrubbed */
136 __u64 read_errors; /* # of read errors encountered (EIO) */
137 __u64 csum_errors; /* # of failed csum checks */
138 __u64 verify_errors; /* # of occurences, where the metadata
142 __u64 no_csum; /* # of 4k data block for which no csum
145 __u64 csum_discards; /* # of csum for which no data was found
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs.h131 struct btrfs_scrub_progress { struct
132 __u64 data_extents_scrubbed; /* # of data extents scrubbed */
133 __u64 tree_extents_scrubbed; /* # of tree extents scrubbed */
134 __u64 data_bytes_scrubbed; /* # of data bytes scrubbed */
135 __u64 tree_bytes_scrubbed; /* # of tree bytes scrubbed */
136 __u64 read_errors; /* # of read errors encountered (EIO) */
137 __u64 csum_errors; /* # of failed csum checks */
138 __u64 verify_errors; /* # of occurences, where the metadata
142 __u64 no_csum; /* # of 4k data block for which no csum
145 __u64 csum_discards; /* # of csum for which no data was found
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dscrub.c4071 int btrfs_scrub_progress(struct btrfs_fs_info *fs_info, u64 devid, in btrfs_scrub_progress() function