Searched refs:filemap (Results 1 – 12 of 12) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | hugetlb-read-hwpoison.c | 42 static int setup_filemap(char *filemap, size_t len, size_t wr_chunk_size) in setup_filemap() argument 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 186 filemap = mmap(NULL, len, PROT_READ | PROT_WRITE, in test_hugetlb_read_hwpoison() 188 if (filemap 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/drivers/md/ |
H A D | md-bitmap.c | 188 struct page **filemap; member 189 /* attributes associated filemap pages */ 237 return bitmap->storage.filemap && in __bitmap_enabled() 650 struct page *page = store->filemap[pg_index]; in filemap_write_page() 1009 * return a pointer to the page in the filemap that contains the given bit 1017 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page() 1035 store->filemap = kmalloc_array(num_pages, sizeof(struct page *), in md_bitmap_storage_alloc() 1037 if (!store->filemap) in md_bitmap_storage_alloc() 1048 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc() 1054 store->filemap[pnu in md_bitmap_storage_alloc() [all...] |
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | mm-api.rst | 73 mm/filemap.c
|
/linux/include/trace/events/ |
H A D | filemap.h | 3 #define TRACE_SYSTEM filemap
|
/linux/Documentation/core-api/ |
H A D | mm-api.rst | 61 .. kernel-doc:: mm/filemap.c
|
/linux/mm/ |
H A D | Makefile | 51 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/linux/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 | 440 :c:macro:`!mm/filemap.c`:
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 740 The Writeback tag is used by filemap*wait* and sync_page* functions, via
|
H A D | proc.rst | 1022 11718656 2861 mm/filemap.c:1919 func:__filemap_get_folio
|
/linux/ |
H A D | MAINTAINERS | 19066 F: mm/filemap.c
|