Searched defs:scrub_block (Results 1 – 1 of 1) sorted by relevance
99 struct scrub_block { struct100 struct scrub_page *pagev[SCRUB_MAX_PAGES_PER_BLOCK];101 int page_count;102 atomic_t outstanding_pages;103 refcount_t refs; /* free mem on transition to zero */104 struct scrub_ctx *sctx;105 struct scrub_parity *sparity;106 struct {116 struct btrfs_work work;