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