Home
last modified time | relevance | path

Searched refs:dest_pages (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ntfs/
Dcompress.c166 static int ntfs_decompress(struct page *dest_pages[], int completed_pages[], in ntfs_decompress() argument
224 dp = dest_pages[di]; in ntfs_decompress()
239 dest_pages[di] = NULL; in ntfs_decompress()
265 dp = dest_pages[*dest_index]; in ntfs_decompress()
/Linux-v4.19/kernel/
Dkexec_core.c274 INIT_LIST_HEAD(&image->dest_pages); in do_kimage_alloc_init()
581 kimage_free_page_list(&image->dest_pages); in kimage_free_extra_pages()
702 list_for_each_entry(page, &image->dest_pages, lru) { in kimage_alloc_page()
764 list_add(&page->lru, &image->dest_pages); in kimage_alloc_page()
/Linux-v4.19/include/linux/
Dkexec.h225 struct list_head dest_pages; member