Searched refs:filemap (Results 1 – 6 of 6) sorted by relevance
750 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page()768 store->filemap = kmalloc(sizeof(struct page *) in bitmap_storage_alloc()770 if (!store->filemap) in bitmap_storage_alloc()781 store->filemap[0] = store->sb_page; in bitmap_storage_alloc()787 store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO); in bitmap_storage_alloc()788 if (!store->filemap[pnum]) { in bitmap_storage_alloc()792 store->filemap[pnum]->index = pnum + offset; in bitmap_storage_alloc()816 map = store->filemap; in bitmap_file_unmap()981 if (!bitmap || !bitmap->storage.filemap || in bitmap_unplug()988 if (!bitmap->storage.filemap) in bitmap_unplug()[all …]
201 struct page **filemap; /* list of cache pages for member
2 #define TRACE_SYSTEM filemap
17 obj-y := filemap.o mempool.o oom_kill.o \
2 …86/include/asm/uaccess_32.h arch/x86/lib/usercopy_32.c mm/readahead.c mm/filemap.c mm/memory.c mm/…
535 The Writeback tag is used by filemap*wait* and sync_page* functions,