Searched refs:filemap (Results 1 – 10 of 10) sorted by relevance
792 if (!store->filemap) in md_bitmap_storage_alloc()803 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc()810 if (!store->filemap[pnum]) { in md_bitmap_storage_alloc()814 store->filemap[pnum]->index = pnum + offset; in md_bitmap_storage_alloc()838 map = store->filemap; in md_bitmap_file_unmap()1012 if (!bitmap || !bitmap->storage.filemap || in md_bitmap_unplug()1071 store->filemap = NULL; in md_bitmap_init_from_disk()1115 page = store->filemap[index]; in md_bitmap_init_from_disk()1185 if (!bitmap || !bitmap->storage.filemap) in md_bitmap_write_all()1273 if (bitmap->storage.filemap) { in md_bitmap_daemon_work()[all …]
204 struct page **filemap; /* list of cache pages for member
71 mm/filemap.c
1 …filemap.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…3 source_mm/filemap.o := mm/filemap.c5 deps_mm/filemap.o := \1257 include/trace/events/filemap.h \1270 mm/filemap.o: $(deps_mm/filemap.o)1272 $(deps_mm/filemap.o):
3 filemap.o/
1 …d/../toolchains/aarch64/bin/aarch64-linux-gnu-ar cDPrST mm/built-in.a mm/filemap.o mm/mempool.o mm…
48 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
3 #define TRACE_SYSTEM filemap
64 .. kernel-doc:: mm/filemap.c
643 The Writeback tag is used by filemap*wait* and sync_page* functions, via
Completed in 22 milliseconds