Searched defs:bitmap_storage (Results 1 – 1 of 1) sorted by relevance
200 struct bitmap_storage { struct201 struct file *file; /* backing disk file */202 struct page *sb_page; /* cached copy of the bitmap204 struct page **filemap; /* list of cache pages for206 unsigned long *filemap_attr; /* attributes associated208 unsigned long file_pages; /* number of pages in the file*/209 unsigned long bytes; /* total bytes in the bitmap */