Searched refs:filemap (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | hugetlb-read-hwpoison.c | 49 memset(filemap + offset, iter, wr_chunk_size); in setup_filemap() 142 char *filemap = NULL; in test_hugetlb_read() local 149 filemap = mmap(NULL, len, PROT_READ | PROT_WRITE, in test_hugetlb_read() 151 if (filemap == MAP_FAILED) { in test_hugetlb_read() 156 setup_filemap(filemap, len, wr_chunk_size); in test_hugetlb_read() 162 munmap(filemap, len); in test_hugetlb_read() 177 char *filemap = NULL; in test_hugetlb_read_hwpoison() local 188 if (filemap == MAP_FAILED) { in test_hugetlb_read_hwpoison() 193 setup_filemap(filemap, len, wr_chunk_size); in test_hugetlb_read_hwpoison() 202 hwp_addr = filemap + len / 2 + pagesize; in test_hugetlb_read_hwpoison() [all …]
|
| H A D | hugetlb-soft-offline.c | 37 char *filemap = NULL; in do_soft_offline() local 47 filemap = mmap(NULL, len, PROT_READ | PROT_WRITE, in do_soft_offline() 49 if (filemap == MAP_FAILED) { in do_soft_offline() 55 memset(filemap, 0xab, len); in do_soft_offline() 58 hwp_addr = filemap + len / 2; in do_soft_offline() 73 munmap(filemap, len); in do_soft_offline()
|
| /linux-6.15/drivers/md/ |
| H A D | md-bitmap.c | 178 struct page **filemap; member 227 return bitmap->storage.filemap && in __bitmap_enabled() 1027 if (!store->filemap) in md_bitmap_storage_alloc() 1038 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc() 1045 if (!store->filemap[pnum]) { in md_bitmap_storage_alloc() 1069 struct page **map = store->filemap; in md_bitmap_file_unmap() 1333 store->filemap = NULL; in md_bitmap_init_from_disk() 1359 struct page *page = store->filemap[i]; in md_bitmap_init_from_disk() 1382 struct page *page = store->filemap[i]; in md_bitmap_init_from_disk() 1550 if (bitmap->storage.filemap) { in bitmap_daemon_work() [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | mm-api.rst | 73 mm/filemap.c
|
| /linux-6.15/include/trace/events/ |
| H A D | filemap.h | 3 #define TRACE_SYSTEM filemap
|
| /linux-6.15/Documentation/core-api/ |
| H A D | mm-api.rst | 61 .. kernel-doc:: mm/filemap.c
|
| /linux-6.15/mm/ |
| H A D | Makefile | 51 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
| /linux-6.15/Documentation/mm/ |
| H A D | allocation-profiling.rst | 46 6.0M 1532 mm/filemap.c:1919 func:__filemap_get_folio
|
| H A D | process_addrs.rst | 402 :c:macro:`!mm/filemap.c`:
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 741 The Writeback tag is used by filemap*wait* and sync_page* functions, via
|
| H A D | proc.rst | 1020 11718656 2861 mm/filemap.c:1919 func:__filemap_get_folio
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 18454 F: mm/filemap.c
|