Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.h199 struct bitmap_storage { struct
Dbitmap.c212 struct bitmap_storage *store = &bitmap->storage; in write_sb_page()
723 static inline unsigned long file_page_index(struct bitmap_storage *store, in file_page_index()
732 static inline unsigned long file_page_offset(struct bitmap_storage *store, in file_page_offset()
744 static inline struct page *filemap_get_page(struct bitmap_storage *store, in filemap_get_page()
752 static int bitmap_storage_alloc(struct bitmap_storage *store, in bitmap_storage_alloc()
808 static void bitmap_file_unmap(struct bitmap_storage *store) in bitmap_file_unmap()
1030 struct bitmap_storage *store = &bitmap->storage; in bitmap_init_from_disk()
1953 struct bitmap_storage store; in bitmap_resize()