Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/ !
Dmd-bitmap.c773 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page()
791 store->filemap = kmalloc_array(num_pages, sizeof(struct page *), in md_bitmap_storage_alloc()
793 if (!store->filemap) in md_bitmap_storage_alloc()
804 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc()
810 store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO); in md_bitmap_storage_alloc()
811 if (!store->filemap[pnum]) { in md_bitmap_storage_alloc()
815 store->filemap[pnum]->index = pnum + offset; in md_bitmap_storage_alloc()
839 map = store->filemap; in md_bitmap_file_unmap()
1013 if (!bitmap || !bitmap->storage.filemap || in md_bitmap_unplug()
1031 write_page(bitmap, bitmap->storage.filemap[i], 0); in md_bitmap_unplug()
[all …]
Dmd-bitmap.h204 struct page **filemap; /* list of cache pages for member
/linux-5.19.10/Documentation/translations/zh_CN/core-api/ !
Dmm-api.rst71 mm/filemap.c
/linux-5.19.10/include/trace/events/ !
Dfilemap.h3 #define TRACE_SYSTEM filemap
/linux-5.19.10/Documentation/core-api/ !
Dmm-api.rst64 .. kernel-doc:: mm/filemap.c
/linux-5.19.10/mm/ !
DMakefile50 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/linux-5.19.10/Documentation/filesystems/ !
Dvfs.rst643 The Writeback tag is used by filemap*wait* and sync_page* functions, via
/linux-5.19.10/ !
DMAINTAINERS15121 F: mm/filemap.c