Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dscrub.c65 struct scrub_sector { struct
88 struct scrub_sector *sectors[SCRUB_SECTORS_PER_BIO]; argument
100 struct scrub_sector *sectors[SCRUB_MAX_SECTORS_PER_BLOCK];
286 static struct scrub_sector *alloc_scrub_sector(struct scrub_block *sblock, in alloc_scrub_sector()
290 struct scrub_sector *ssector; in alloc_scrub_sector()
334 static struct page *scrub_sector_get_page(struct scrub_sector *ssector) in scrub_sector_get_page()
354 static unsigned int scrub_sector_get_page_offset(struct scrub_sector *ssector) in scrub_sector_get_page_offset()
370 static char *scrub_sector_get_kaddr(struct scrub_sector *ssector) in scrub_sector_get_kaddr()
376 static int bio_add_scrub_sector(struct bio *bio, struct scrub_sector *ssector, in bio_add_scrub_sector()
401 static void scrub_sector_get(struct scrub_sector *sector);
[all …]