Lines Matching refs:scrub_page
63 struct scrub_page { struct
93 struct scrub_page *pagev[SCRUB_PAGES_PER_WR_BIO]; argument
95 struct scrub_page *pagev[SCRUB_PAGES_PER_RD_BIO];
103 struct scrub_page *pagev[SCRUB_MAX_PAGES_PER_BLOCK];
232 static void scrub_page_get(struct scrub_page *spage);
233 static void scrub_page_put(struct scrub_page *spage);
237 struct scrub_page *spage);
251 struct scrub_page *spage);
259 static inline int scrub_is_page_on_raid56(struct scrub_page *page) in scrub_is_page_on_raid56()
1095 struct scrub_page *page_bad = sblock_bad->pagev[page_num]; in scrub_handle_errored_block()
1328 struct scrub_page *page; in scrub_setup_recheck_block()
1397 struct scrub_page *page) in scrub_submit_raid56_bio_wait()
1421 struct scrub_page *first_page = sblock->pagev[0]; in scrub_recheck_block_on_raid56()
1434 struct scrub_page *page = sblock->pagev[page_num]; in scrub_recheck_block_on_raid56()
1478 struct scrub_page *page = sblock->pagev[page_num]; in scrub_recheck_block()
1507 struct scrub_page *spage) in scrub_check_fsid()
1551 struct scrub_page *page_bad = sblock_bad->pagev[page_num]; in scrub_repair_page_from_good_copy()
1552 struct scrub_page *page_good = sblock_good->pagev[page_num]; in scrub_repair_page_from_good_copy()
1616 struct scrub_page *spage = sblock->pagev[page_num]; in scrub_write_page_to_dev_replace()
1626 struct scrub_page *spage) in scrub_add_page_to_wr_bio()
1734 struct scrub_page *spage = sbio->pagev[i]; in scrub_wr_bio_end_io_worker()
1789 struct scrub_page *spage; in scrub_checksum_data()
1819 struct scrub_page *spage; in scrub_checksum_tree_block()
1872 struct scrub_page *spage; in scrub_checksum_super()
1938 static void scrub_page_get(struct scrub_page *spage) in scrub_page_get()
1943 static void scrub_page_put(struct scrub_page *spage) in scrub_page_put()
1966 struct scrub_page *spage) in scrub_add_page_to_rd_bio()
2132 struct scrub_page *spage = sblock->pagev[i]; in scrub_missing_raid56_pages()
2176 struct scrub_page *spage; in scrub_pages()
2224 struct scrub_page *spage = sblock->pagev[index]; in scrub_pages()
2263 struct scrub_page *spage = sbio->pagev[i]; in scrub_bio_end_io_worker()
2272 struct scrub_page *spage = sbio->pagev[i]; in scrub_bio_end_io_worker()
2483 struct scrub_page *spage; in scrub_pages_for_parity()
2526 struct scrub_page *spage = sblock->pagev[index]; in scrub_pages_for_parity()
2635 struct scrub_page *curr, *next; in scrub_free_parity()