Searched defs:scrub_block (Results 1 – 1 of 1) sorted by relevance
94 struct scrub_block { struct99 struct page *pages[SCRUB_MAX_PAGES];100 struct scrub_sector *sectors[SCRUB_MAX_SECTORS_PER_BLOCK];101 struct btrfs_device *dev;103 u64 logical;104 u64 physical;105 u64 physical_for_dev_replace;107 u32 len;108 int sector_count;109 int mirror_num;[all …]