Home
last modified time | relevance | path

Searched refs:filemap (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/md/
Dbitmap.c750 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 …]
Dbitmap.h201 struct page **filemap; /* list of cache pages for member
/linux-4.1.27/include/trace/events/
Dfilemap.h2 #define TRACE_SYSTEM filemap
/linux-4.1.27/mm/
DMakefile17 obj-y := filemap.o mempool.o oom_kill.o \
/linux-4.1.27/Documentation/DocBook/
D.kernel-api.xml.cmd2 …86/include/asm/uaccess_32.h arch/x86/lib/usercopy_32.c mm/readahead.c mm/filemap.c mm/memory.c mm/…
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt535 The Writeback tag is used by filemap*wait* and sync_page* functions,