Home
last modified time | relevance | path

Searched refs:pagep (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.1.9/fs/ext4/
Dmove_extent.c255 struct page *pagep[2] = {NULL, NULL}; in move_extent_per_page() local
306 donor_page_offset, pagep); in move_extent_per_page()
334 if ((page_has_private(pagep[0]) && in move_extent_per_page()
335 !try_to_release_page(pagep[0], 0)) || in move_extent_per_page()
336 (page_has_private(pagep[1]) && in move_extent_per_page()
337 !try_to_release_page(pagep[1], 0))) { in move_extent_per_page()
350 *err = mext_page_mkuptodate(pagep[0], from, from + replaced_size); in move_extent_per_page()
356 if ((page_has_private(pagep[0]) && !try_to_release_page(pagep[0], 0)) || in move_extent_per_page()
357 (page_has_private(pagep[1]) && !try_to_release_page(pagep[1], 0))) { in move_extent_per_page()
376 if (!page_has_buffers(pagep[0])) in move_extent_per_page()
[all …]
/linux-6.1.9/fs/hfsplus/
Dbnode.c24 struct page **pagep; in hfs_bnode_read() local
28 pagep = node->page + (off >> PAGE_SHIFT); in hfs_bnode_read()
32 memcpy_from_page(buf, *pagep, off, l); in hfs_bnode_read()
37 memcpy_from_page(buf, *++pagep, 0, l); in hfs_bnode_read()
75 struct page **pagep; in hfs_bnode_write() local
79 pagep = node->page + (off >> PAGE_SHIFT); in hfs_bnode_write()
83 memcpy_to_page(*pagep, off, buf, l); in hfs_bnode_write()
84 set_page_dirty(*pagep); in hfs_bnode_write()
89 memcpy_to_page(*++pagep, 0, buf, l); in hfs_bnode_write()
90 set_page_dirty(*pagep); in hfs_bnode_write()
[all …]
Dbtree.c377 struct page **pagep; in hfs_bmap_alloc() local
397 pagep = node->page + (off >> PAGE_SHIFT); in hfs_bmap_alloc()
398 data = kmap_local_page(*pagep); in hfs_bmap_alloc()
410 set_page_dirty(*pagep); in hfs_bmap_alloc()
422 data = kmap_local_page(*++pagep); in hfs_bmap_alloc()
443 pagep = node->page + (off >> PAGE_SHIFT); in hfs_bmap_alloc()
444 data = kmap_local_page(*pagep); in hfs_bmap_alloc()
Dinode.c47 loff_t pos, unsigned len, struct page **pagep, void **fsdata) in hfsplus_write_begin() argument
51 *pagep = NULL; in hfsplus_write_begin()
52 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
/linux-6.1.9/fs/hfs/
Dbtree.c253 struct page **pagep; in hfs_bmap_alloc() local
273 pagep = node->page + (off >> PAGE_SHIFT); in hfs_bmap_alloc()
274 data = kmap_local_page(*pagep); in hfs_bmap_alloc()
286 set_page_dirty(*pagep); in hfs_bmap_alloc()
297 data = kmap_local_page(*++pagep); in hfs_bmap_alloc()
318 pagep = node->page + (off >> PAGE_SHIFT); in hfs_bmap_alloc()
319 data = kmap_local_page(*pagep); in hfs_bmap_alloc()
Dbnode.c413 struct page **pagep; in hfs_bnode_create() local
432 pagep = node->page; in hfs_bnode_create()
433 memzero_page(*pagep, node->page_offset, in hfs_bnode_create()
435 set_page_dirty(*pagep); in hfs_bnode_create()
437 memzero_page(*++pagep, 0, PAGE_SIZE); in hfs_bnode_create()
438 set_page_dirty(*pagep); in hfs_bnode_create()
/linux-6.1.9/fs/hpfs/
Dfile.c198 struct page **pagep, void **fsdata) in hpfs_write_begin() argument
202 *pagep = NULL; in hpfs_write_begin()
203 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
214 struct page *pagep, void *fsdata) in hpfs_write_end() argument
218 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
/linux-6.1.9/mm/
Dpercpu-vm.c93 struct page **pagep = &pages[pcpu_page_idx(cpu, i)]; in pcpu_alloc_pages() local
95 *pagep = alloc_pages_node(cpu_to_node(cpu), gfp, 0); in pcpu_alloc_pages()
96 if (!*pagep) in pcpu_alloc_pages()
Duserfaultfd.c147 struct page **pagep, in mcopy_atomic_pte() argument
154 if (!*pagep) { in mcopy_atomic_pte()
186 *pagep = page; in mcopy_atomic_pte()
193 page = *pagep; in mcopy_atomic_pte()
194 *pagep = NULL; in mcopy_atomic_pte()
Dswap_state.c308 struct page **pagep = pages; in free_pages_and_swap_cache() local
313 free_swap_cache(pagep[i]); in free_pages_and_swap_cache()
314 release_pages(pagep, nr); in free_pages_and_swap_cache()
/linux-6.1.9/include/linux/
Dshmem_fs.h157 struct page **pagep);
160 src_addr, zeropage, wp_copy, pagep) ({ BUG(); 0; }) argument
Dfscrypt.h1026 static inline void fscrypt_finalize_bounce_page(struct page **pagep) in fscrypt_finalize_bounce_page() argument
1028 struct page *page = *pagep; in fscrypt_finalize_bounce_page()
1031 *pagep = fscrypt_pagecache_page(page); in fscrypt_finalize_bounce_page()
/linux-6.1.9/fs/bfs/
Dfile.c173 struct page **pagep, void **fsdata) in bfs_write_begin() argument
177 ret = block_write_begin(mapping, pos, len, pagep, bfs_get_block); in bfs_write_begin()
/linux-6.1.9/fs/adfs/
Dinode.c56 struct page **pagep, void **fsdata) in adfs_write_begin() argument
60 *pagep = NULL; in adfs_write_begin()
61 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
/linux-6.1.9/fs/jffs2/
Dfile.c29 struct page **pagep, void **fsdata);
133 struct page **pagep, void **fsdata) in jffs2_write_begin() argument
220 *pagep = pg; in jffs2_write_begin()
/linux-6.1.9/fs/exfat/
Dinode.c372 struct page **pagep, void **fsdata) in exfat_write_begin() argument
376 *pagep = NULL; in exfat_write_begin()
377 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin()
389 struct page *pagep, void *fsdata) in exfat_write_end() argument
395 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
/linux-6.1.9/fs/ecryptfs/
Dmmap.c269 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument
279 *pagep = page; in ecryptfs_write_begin()
368 *pagep = NULL; in ecryptfs_write_begin()
/linux-6.1.9/fs/udf/
Dfile.c90 unsigned len, struct page **pagep, in udf_adinicb_write_begin() argument
100 *pagep = page; in udf_adinicb_write_begin()
/linux-6.1.9/fs/ocfs2/
Daops.h41 struct page **pagep, void **fsdata,
/linux-6.1.9/fs/jfs/
Dinode.c300 struct page **pagep, void **fsdata) in jfs_write_begin() argument
304 ret = block_write_begin(mapping, pos, len, pagep, jfs_get_block); in jfs_write_begin()
/linux-6.1.9/fs/omfs/
Dfile.c320 struct page **pagep, void **fsdata) in omfs_write_begin() argument
324 ret = block_write_begin(mapping, pos, len, pagep, omfs_get_block); in omfs_write_begin()
/linux-6.1.9/fs/affs/
Dfile.c418 struct page **pagep, void **fsdata) in affs_write_begin() argument
422 *pagep = NULL; in affs_write_begin()
423 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
651 struct page **pagep, void **fsdata) in affs_write_begin_ofs() argument
673 *pagep = page; in affs_write_begin_ofs()
/linux-6.1.9/fs/ubifs/
Dfile.c218 loff_t pos, unsigned len, struct page **pagep) in write_begin_slow() argument
307 *pagep = page; in write_begin_slow()
422 struct page **pagep, void **fsdata) in ubifs_write_begin() argument
495 return write_begin_slow(mapping, pos, len, pagep); in ubifs_write_begin()
504 *pagep = page; in ubifs_write_begin()
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_file_ops.c295 struct page **pagep = NULL; in qib_tid_update() local
332 pagep = (struct page **) rcd->tid_pg_list; in qib_tid_update()
333 tidlist = (u16 *) &pagep[dd->rcvtidcnt]; in qib_tid_update()
334 pagep += tidoff; in qib_tid_update()
351 ret = qib_get_user_pages(vaddr, cnt, pagep); in qib_tid_update()
385 ret = qib_map_page(dd->pcidev, pagep[i], &daddr); in qib_tid_update()
391 dd->pageshadow[ctxttid + tid] = pagep[i]; in qib_tid_update()
437 qib_release_user_pages(pagep, cnt); in qib_tid_update()
/linux-6.1.9/sound/core/
Dmemalloc.c740 struct page **pagep, *curp; in snd_dma_sg_fallback_alloc() local
755 pagep = sgbuf->pages; in snd_dma_sg_fallback_alloc()
773 *pagep++ = curp++; in snd_dma_sg_fallback_alloc()

123