Home
last modified time | relevance | path

Searched defs:scrub_block (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/fs/btrfs/
Dscrub.c102 struct scrub_block { struct
103 struct scrub_page *pagev[SCRUB_MAX_PAGES_PER_BLOCK];
104 int page_count;
105 atomic_t outstanding_pages;
106 refcount_t refs; /* free mem on transition to zero */
107 struct scrub_ctx *sctx;
108 struct scrub_parity *sparity;
109 struct {
119 struct btrfs_work work;