Searched refs:filemap (Results 1 – 6 of 6) sorted by relevance
775 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page()793 store->filemap = kmalloc_array(num_pages, sizeof(struct page *), in md_bitmap_storage_alloc()795 if (!store->filemap) in md_bitmap_storage_alloc()806 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc()812 store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO); in md_bitmap_storage_alloc()813 if (!store->filemap[pnum]) { in md_bitmap_storage_alloc()817 store->filemap[pnum]->index = pnum + offset; in md_bitmap_storage_alloc()841 map = store->filemap; in md_bitmap_file_unmap()1015 if (!bitmap || !bitmap->storage.filemap || in md_bitmap_unplug()1022 if (!bitmap->storage.filemap) in md_bitmap_unplug()[all …]
204 struct page **filemap; /* list of cache pages for member
3 #define TRACE_SYSTEM filemap
67 .. kernel-doc:: mm/filemap.c
38 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
624 The Writeback tag is used by filemap*wait* and sync_page* functions, via