Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c42 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 Dmd-bitmap.h205 struct page **filemap; /* list of cache pages for member
290 return bitmap && bitmap->storage.filemap && in md_bitmap_enabled()
H A Dmd-bitmap.c439 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 Dmm-api.rst73 mm/filemap.c
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py15 from wic.filemap import sparse_copy
/openbmc/linux/include/trace/events/
H A Dfilemap.h3 #define TRACE_SYSTEM filemap
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py502 def filemap(image, log=None): function
533 api = filemap
H A Dengine.py28 from wic.filemap import sparse_copy
/openbmc/linux/Documentation/core-api/
H A Dmm-api.rst61 .. kernel-doc:: mm/filemap.c
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py381 filemap = {}
395 if item in finalitems and not item in filemap:
396 filemap[item] = event['file']
397 return filemap
/openbmc/linux/mm/
H A DMakefile49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.4.rst57 - filemap.py: enforce maximum of 4kb block size
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py25 from wic.filemap import sparse_copy
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/
H A Dphp_8.2.26.bb282 ${PHP_LIBDIR}/php/.depdblock ${PHP_LIBDIR}/php/.filemap \
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1523 from filemap import FilemapFiemap, FilemapSeek, sparse_copy, ErrorNotSupp
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst722 The Writeback tag is used by filemap*wait* and sync_page* functions, via
/openbmc/linux/
H A DMAINTAINERS16182 F: mm/filemap.c
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]