Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/md/
Dmd-bitmap.h200 struct bitmap_storage { struct
201 struct file *file; /* backing disk file */
202 struct page *sb_page; /* cached copy of the bitmap
204 unsigned long sb_index;
205 struct page **filemap; /* list of cache pages for
207 unsigned long *filemap_attr; /* attributes associated
209 unsigned long file_pages; /* number of pages in the file*/
210 unsigned long bytes; /* total bytes in the bitmap */
/kernel/linux/linux-5.10/drivers/md/
Dmd-bitmap.h200 struct bitmap_storage { struct
201 struct file *file; /* backing disk file */
202 struct page *sb_page; /* cached copy of the bitmap
204 struct page **filemap; /* list of cache pages for
206 unsigned long *filemap_attr; /* attributes associated
208 unsigned long file_pages; /* number of pages in the file*/
209 unsigned long bytes; /* total bytes in the bitmap */