Searched refs:filemap (Results 1 – 7 of 7) sorted by relevance
749 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page()767 store->filemap = kmalloc(sizeof(struct page *) in bitmap_storage_alloc()769 if (!store->filemap) in bitmap_storage_alloc()780 store->filemap[0] = store->sb_page; in bitmap_storage_alloc()786 store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO); in bitmap_storage_alloc()787 if (!store->filemap[pnum]) { in bitmap_storage_alloc()791 store->filemap[pnum]->index = pnum + offset; in bitmap_storage_alloc()815 map = store->filemap; in bitmap_file_unmap()980 if (!bitmap || !bitmap->storage.filemap || in bitmap_unplug()987 if (!bitmap->storage.filemap) in bitmap_unplug()[all …]
203 struct page **filemap; /* list of cache pages for member
2 #define TRACE_SYSTEM filemap
2 …86/include/asm/uaccess_32.h arch/x86/lib/usercopy_32.c mm/readahead.c mm/filemap.c mm/memory.c mm/…
185 API-filemap-flush186 API-filemap-fdatawait-range187 API-filemap-fdatawait188 API-filemap-write-and-wait-range203 API-filemap-fault
17 obj-y := filemap.o mempool.o oom_kill.o \
537 The Writeback tag is used by filemap*wait* and sync_page* functions,