Searched defs:bitmap_storage (Results 1 – 1 of 1) sorted by relevance
197 struct bitmap_storage { struct198 struct file *file; /* backing disk file */199 struct page *sb_page; /* cached copy of the bitmap201 struct page **filemap; /* list of cache pages for203 unsigned long *filemap_attr; /* attributes associated205 unsigned long file_pages; /* number of pages in the file*/206 unsigned long bytes; /* total bytes in the bitmap */