scrub_parity      107 fs/btrfs/scrub.c 	struct scrub_parity	*sparity;
scrub_parity      233 fs/btrfs/scrub.c static void scrub_parity_get(struct scrub_parity *sparity);
scrub_parity      234 fs/btrfs/scrub.c static void scrub_parity_put(struct scrub_parity *sparity);
scrub_parity     2364 fs/btrfs/scrub.c static inline void __scrub_mark_bitmap(struct scrub_parity *sparity,
scrub_parity     2395 fs/btrfs/scrub.c static inline void scrub_parity_mark_sectors_error(struct scrub_parity *sparity,
scrub_parity     2401 fs/btrfs/scrub.c static inline void scrub_parity_mark_sectors_data(struct scrub_parity *sparity,
scrub_parity     2525 fs/btrfs/scrub.c static int scrub_pages_for_parity(struct scrub_parity *sparity,
scrub_parity     2609 fs/btrfs/scrub.c static int scrub_extent_for_parity(struct scrub_parity *sparity,
scrub_parity     2700 fs/btrfs/scrub.c static void scrub_free_parity(struct scrub_parity *sparity)
scrub_parity     2724 fs/btrfs/scrub.c 	struct scrub_parity *sparity = container_of(work, struct scrub_parity,
scrub_parity     2734 fs/btrfs/scrub.c 	struct scrub_parity *sparity = (struct scrub_parity *)bio->bi_private;
scrub_parity     2748 fs/btrfs/scrub.c static void scrub_parity_check_and_repair(struct scrub_parity *sparity)
scrub_parity     2805 fs/btrfs/scrub.c static void scrub_parity_get(struct scrub_parity *sparity)
scrub_parity     2810 fs/btrfs/scrub.c static void scrub_parity_put(struct scrub_parity *sparity)
scrub_parity     2841 fs/btrfs/scrub.c 	struct scrub_parity *sparity;
scrub_parity     2849 fs/btrfs/scrub.c 	sparity = kzalloc(sizeof(struct scrub_parity) + 2 * bitmap_len,
scrub_parity     3801 fs/btrfs/scrub.c 	struct btrfs_workqueue *scrub_parity = NULL;
scrub_parity     3949 fs/btrfs/scrub.c 		scrub_parity = fs_info->scrub_parity_workers;
scrub_parity     3959 fs/btrfs/scrub.c 	btrfs_destroy_workqueue(scrub_parity);