/openbmc/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 == MAP_FAILED) { in test_hugetlb_read_hwpoison() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.h | 205 struct page **filemap; /* list of cache pages for member 290 return bitmap && bitmap->storage.filemap && in md_bitmap_enabled()
|
H A D | md-bitmap.c | 439 struct page *page = store->filemap[pg_index]; in filemap_write_page() 807 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page() 825 store->filemap = kmalloc_array(num_pages, sizeof(struct page *), in md_bitmap_storage_alloc() 827 if (!store->filemap) in md_bitmap_storage_alloc() 838 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc() 844 store->filemap[pnum] = alloc_page(GFP_KERNEL|__GFP_ZERO); in md_bitmap_storage_alloc() 845 if (!store->filemap[pnum]) { in md_bitmap_storage_alloc() 869 struct page **map = store->filemap; in md_bitmap_file_unmap() 1123 store->filemap = NULL; in md_bitmap_init_from_disk() 1149 struct page *page = store->filemap[i]; in md_bitmap_init_from_disk() [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | mm-api.rst | 73 mm/filemap.c
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rawcopy.py | 15 from wic.filemap import sparse_copy
|
/openbmc/linux/include/trace/events/ |
H A D | filemap.h | 3 #define TRACE_SYSTEM filemap
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | filemap.py | 502 def filemap(image, log=None): function 533 api = filemap
|
H A D | engine.py | 28 from wic.filemap import sparse_copy
|
/openbmc/linux/Documentation/core-api/ |
H A D | mm-api.rst | 61 .. kernel-doc:: mm/filemap.c
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | data_smart.py | 381 filemap = {} 395 if item in finalitems and not item in filemap: 396 filemap[item] = event['file'] 397 return filemap
|
/openbmc/linux/mm/ |
H A D | Makefile | 49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.1.4.rst | 57 - filemap.py: enforce maximum of 4kb block size
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 25 from wic.filemap import sparse_copy
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/ |
H A D | php_8.2.26.bb | 282 ${PHP_LIBDIR}/php/.depdblock ${PHP_LIBDIR}/php/.filemap \
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 1523 from filemap import FilemapFiemap, FilemapSeek, sparse_copy, ErrorNotSupp
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 722 The Writeback tag is used by filemap*wait* and sync_page* functions, via
|
/openbmc/linux/ |
H A D | MAINTAINERS | 16182 F: mm/filemap.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |