Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/hfsplus/
A Dbnode.c24 struct page **pagep; in hfs_bnode_read() local
75 struct page **pagep; in hfs_bnode_write() local
84 set_page_dirty(*pagep); in hfs_bnode_write()
90 set_page_dirty(*pagep); in hfs_bnode_write()
103 struct page **pagep; in hfs_bnode_clear() local
112 set_page_dirty(*pagep); in hfs_bnode_clear()
117 set_page_dirty(*pagep); in hfs_bnode_clear()
565 struct page **pagep; in hfs_bnode_create() local
584 pagep = node->page; in hfs_bnode_create()
587 set_page_dirty(*pagep); in hfs_bnode_create()
[all …]
A 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()
A 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.3-rc2/fs/hfs/
A 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()
A Dbnode.c414 struct page **pagep; in hfs_bnode_create() local
433 pagep = node->page; in hfs_bnode_create()
434 memzero_page(*pagep, node->page_offset, in hfs_bnode_create()
436 set_page_dirty(*pagep); in hfs_bnode_create()
438 memzero_page(*++pagep, 0, PAGE_SIZE); in hfs_bnode_create()
439 set_page_dirty(*pagep); in hfs_bnode_create()
A Dinode.c53 loff_t pos, unsigned len, struct page **pagep, void **fsdata) in hfs_write_begin() argument
57 *pagep = NULL; in hfs_write_begin()
58 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfs_write_begin()
/linux-6.3-rc2/fs/hpfs/
A Dfile.c193 struct page **pagep, void **fsdata) in hpfs_write_begin() argument
197 *pagep = NULL; in hpfs_write_begin()
198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
209 struct page *pagep, void *fsdata) in hpfs_write_end() argument
213 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
/linux-6.3-rc2/mm/
A 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()
A Duserfaultfd.c135 struct page **pagep, in mcopy_atomic_pte() argument
142 if (!*pagep) { in mcopy_atomic_pte()
174 *pagep = page; in mcopy_atomic_pte()
181 page = *pagep; in mcopy_atomic_pte()
182 *pagep = NULL; in mcopy_atomic_pte()
A Dshmem.c2424 struct page **pagep) in shmem_mfill_atomic_pte() argument
2442 if (unlikely(*pagep)) { in shmem_mfill_atomic_pte()
2443 put_page(*pagep); in shmem_mfill_atomic_pte()
2444 *pagep = NULL; in shmem_mfill_atomic_pte()
2449 if (!*pagep) { in shmem_mfill_atomic_pte()
2481 *pagep = &folio->page; in shmem_mfill_atomic_pte()
2492 folio = page_folio(*pagep); in shmem_mfill_atomic_pte()
2494 *pagep = NULL; in shmem_mfill_atomic_pte()
2544 struct page **pagep, void **fsdata) in shmem_write_begin() argument
2567 if (PageHWPoison(*pagep)) { in shmem_write_begin()
[all …]
/linux-6.3-rc2/include/linux/
A Dshmem_fs.h159 struct page **pagep);
162 src_addr, zeropage, wp_copy, pagep) ({ BUG(); 0; }) argument
A Dfscrypt.h1016 static inline void fscrypt_finalize_bounce_page(struct page **pagep) in fscrypt_finalize_bounce_page() argument
1018 struct page *page = *pagep; in fscrypt_finalize_bounce_page()
1021 *pagep = fscrypt_pagecache_page(page); in fscrypt_finalize_bounce_page()
/linux-6.3-rc2/fs/bfs/
A 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.3-rc2/fs/adfs/
A 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.3-rc2/fs/exfat/
A Dinode.c365 struct page **pagep, void **fsdata) in exfat_write_begin() argument
369 *pagep = NULL; in exfat_write_begin()
370 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin()
382 struct page *pagep, void *fsdata) in exfat_write_end() argument
388 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in exfat_write_end()
/linux-6.3-rc2/fs/jffs2/
A Dfile.c29 struct page **pagep, void **fsdata);
133 struct page **pagep, void **fsdata) in jffs2_write_begin() argument
219 *pagep = pg; in jffs2_write_begin()
/linux-6.3-rc2/fs/ecryptfs/
A 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.3-rc2/fs/ocfs2/
A Daops.h41 struct page **pagep, void **fsdata,
/linux-6.3-rc2/fs/jfs/
A Dinode.c295 struct page **pagep, void **fsdata) in jfs_write_begin() argument
299 ret = block_write_begin(mapping, pos, len, pagep, jfs_get_block); in jfs_write_begin()
/linux-6.3-rc2/fs/omfs/
A Dfile.c315 struct page **pagep, void **fsdata) in omfs_write_begin() argument
319 ret = block_write_begin(mapping, pos, len, pagep, omfs_get_block); in omfs_write_begin()
/linux-6.3-rc2/fs/affs/
A 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.3-rc2/fs/ubifs/
A 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.3-rc2/drivers/infiniband/hw/qib/
A 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.3-rc2/sound/core/
A Dmemalloc.c757 struct page **pagep, *curp; in snd_dma_sg_fallback_alloc() local
780 pagep = sgbuf->pages; in snd_dma_sg_fallback_alloc()
803 *pagep++ = curp++; in snd_dma_sg_fallback_alloc()
/linux-6.3-rc2/fs/sysv/
A Ditree.c481 struct page **pagep, void **fsdata) in sysv_write_begin() argument
485 ret = block_write_begin(mapping, pos, len, pagep, get_block); in sysv_write_begin()

Completed in 47 milliseconds

123