Home
last modified time | relevance | path

Searched refs:scrub_block (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dscrub.c46 struct scrub_block;
73 struct scrub_block *sblock;
111 struct scrub_block { struct
247 static int scrub_handle_errored_block(struct scrub_block *sblock_to_check);
248 static int scrub_setup_recheck_block(struct scrub_block *original_sblock,
249 struct scrub_block *sblocks_for_recheck);
251 struct scrub_block *sblock,
253 static void scrub_recheck_block_checksum(struct scrub_block *sblock);
254 static int scrub_repair_block_from_good_copy(struct scrub_block *sblock_bad,
255 struct scrub_block *sblock_good);
[all …]