Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.c749 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 …]
Dbitmap.h203 struct page **filemap; /* list of cache pages for member
/linux-4.4.14/include/trace/events/
Dfilemap.h2 #define TRACE_SYSTEM filemap
/linux-4.4.14/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/…
Dkernel-api.xml.db185 API-filemap-flush
186 API-filemap-fdatawait-range
187 API-filemap-fdatawait
188 API-filemap-write-and-wait-range
203 API-filemap-fault
/linux-4.4.14/mm/
DMakefile17 obj-y := filemap.o mempool.o oom_kill.o \
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt537 The Writeback tag is used by filemap*wait* and sync_page* functions,