Searched refs:filemap (Results 1 – 6 of 6) sorted by relevance
774 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page()792 store->filemap = kmalloc_array(num_pages, sizeof(struct page *), in md_bitmap_storage_alloc()794 if (!store->filemap) in md_bitmap_storage_alloc()805 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc()811 store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO); in md_bitmap_storage_alloc()812 if (!store->filemap[pnum]) { in md_bitmap_storage_alloc()816 store->filemap[pnum]->index = pnum + offset; in md_bitmap_storage_alloc()840 map = store->filemap; in md_bitmap_file_unmap()1014 if (!bitmap || !bitmap->storage.filemap || in md_bitmap_unplug()1021 if (!bitmap->storage.filemap) in md_bitmap_unplug()[all …]
204 struct page **filemap; /* list of cache pages for member
56 .. kernel-doc:: mm/filemap.c
3 #define TRACE_SYSTEM filemap
35 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
550 The Writeback tag is used by filemap*wait* and sync_page* functions,