Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dbitmap.h197 struct bitmap_storage { struct
Dbitmap.c212 struct bitmap_storage *store = &bitmap->storage; in write_sb_page()
724 static inline unsigned long file_page_index(struct bitmap_storage *store, in file_page_index()
733 static inline unsigned long file_page_offset(struct bitmap_storage *store, in file_page_offset()
745 static inline struct page *filemap_get_page(struct bitmap_storage *store, in filemap_get_page()
753 static int bitmap_storage_alloc(struct bitmap_storage *store, in bitmap_storage_alloc()
809 static void bitmap_file_unmap(struct bitmap_storage *store) in bitmap_file_unmap()
1031 struct bitmap_storage *store = &bitmap->storage; in bitmap_init_from_disk()
1958 struct bitmap_storage store; in bitmap_resize()