Searched refs:pagep (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/fs/hfsplus/
H A Dbnode.c24 struct page **pagep; local
28 pagep = node->page + (off >> PAGE_SHIFT);
32 memcpy_from_page(buf, *pagep, off, l);
37 memcpy_from_page(buf, *++pagep, 0, l);
75 struct page **pagep; local
79 pagep = node->page + (off >> PAGE_SHIFT);
83 memcpy_to_page(*pagep, off, buf, l);
84 set_page_dirty(*pagep);
89 memcpy_to_page(*++pagep, 0, buf, l);
90 set_page_dirty(*pagep);
103 struct page **pagep; local
565 struct page **pagep; local
[all...]
H A Dbtree.c377 struct page **pagep; local
397 pagep = node->page + (off >> PAGE_SHIFT);
398 data = kmap_local_page(*pagep);
410 set_page_dirty(*pagep);
422 data = kmap_local_page(*++pagep);
443 pagep = node->page + (off >> PAGE_SHIFT);
444 data = kmap_local_page(*pagep);
H A Dinode.c42 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
46 *pagep = NULL;
47 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
41 hfsplus_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/ocfs2/
H A Daops.h41 struct page **pagep, void **fsdata,
/linux-master/fs/hfs/
H A Dbtree.c253 struct page **pagep; local
273 pagep = node->page + (off >> PAGE_SHIFT);
274 data = kmap_local_page(*pagep);
286 set_page_dirty(*pagep);
297 data = kmap_local_page(*++pagep);
318 pagep = node->page + (off >> PAGE_SHIFT);
319 data = kmap_local_page(*pagep);
H A Dbnode.c414 struct page **pagep; local
433 pagep = node->page;
434 memzero_page(*pagep, node->page_offset,
436 set_page_dirty(*pagep);
438 memzero_page(*++pagep, 0, PAGE_SIZE);
439 set_page_dirty(*pagep);
H A Dhfs_fs.h205 loff_t pos, unsigned len, struct page **pagep, void **fsdata);
H A Dinode.c48 loff_t pos, unsigned len, struct page **pagep, void **fsdata)
52 *pagep = NULL;
53 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
47 hfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/hpfs/
H A Dfile.c193 struct page **pagep, void **fsdata)
197 *pagep = NULL;
198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
209 struct page *pagep, void *fsdata)
213 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
191 hpfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
207 hpfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) argument
/linux-master/fs/bfs/
H A Dfile.c175 struct page **pagep, void **fsdata)
179 ret = block_write_begin(mapping, pos, len, pagep, bfs_get_block);
173 bfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/mm/
H A Dpercpu-vm.c93 struct page **pagep = &pages[pcpu_page_idx(cpu, i)]; local
95 *pagep = alloc_pages_node(cpu_to_node(cpu), gfp, 0);
96 if (!*pagep)
/linux-master/fs/jffs2/
H A Dfile.c29 struct page **pagep, void **fsdata);
133 struct page **pagep, void **fsdata)
219 *pagep = pg;
131 jffs2_write_begin(struct file *filp, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/adfs/
H A Dinode.c58 struct page **pagep, void **fsdata)
62 *pagep = NULL;
63 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
56 adfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/ecryptfs/
H A Dmmap.c258 * @pagep: Pointer to return the page
268 struct page **pagep, void **fsdata)
278 *pagep = page;
367 *pagep = NULL;
265 ecryptfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/omfs/
H A Dfile.c315 struct page **pagep, void **fsdata)
319 ret = block_write_begin(mapping, pos, len, pagep, omfs_get_block);
313 omfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/jfs/
H A Dinode.c295 struct page **pagep, void **fsdata)
299 ret = block_write_begin(mapping, pos, len, pagep, jfs_get_block);
293 jfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/exfat/
H A Dinode.c451 struct page **pagep, void **fsdata)
455 *pagep = NULL;
456 ret = block_write_begin(mapping, pos, len, pagep, exfat_get_block);
466 struct page *pagep, void *fsdata)
472 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
449 exfat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, struct page **pagep, void **fsdata) argument
464 exfat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int copied, struct page *pagep, void *fsdata) argument
/linux-master/include/linux/
H A Dfscrypt.h1111 /* If *pagep is a bounce page, free it and set *pagep to the pagecache page */
1112 static inline void fscrypt_finalize_bounce_page(struct page **pagep) argument
1114 struct page *page = *pagep;
1117 *pagep = fscrypt_pagecache_page(page);
/linux-master/fs/affs/
H A Dfile.c420 struct page **pagep, void **fsdata)
424 *pagep = NULL;
425 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
651 struct page **pagep, void **fsdata)
674 *pagep = &folio->page;
418 affs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
649 affs_write_begin_ofs(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/ubifs/
H A Dfile.c214 loff_t pos, unsigned len, struct page **pagep)
301 *pagep = &folio->page;
417 struct page **pagep, void **fsdata)
486 return write_begin_slow(mapping, pos, len, pagep);
495 *pagep = &folio->page;
213 write_begin_slow(struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep) argument
415 ubifs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/fs/f2fs/
H A Dcompress.c1046 struct page **pagep, pgoff_t index, void **fsdata)
1120 *pagep = cc->rpages[offset_in_cluster(cc, index)];
1133 struct page **pagep, pgoff_t index, void **fsdata)
1144 return prepare_compress_overwrite(&cc, pagep, index, fsdata);
1171 struct page *pagep; local
1186 err = f2fs_prepare_compress_overwrite(inode, &pagep,
1045 prepare_compress_overwrite(struct compress_ctx *cc, struct page **pagep, pgoff_t index, void **fsdata) argument
1132 f2fs_prepare_compress_overwrite(struct inode *inode, struct page **pagep, pgoff_t index, void **fsdata) argument
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c295 struct page **pagep = NULL; local
332 pagep = (struct page **) rcd->tid_pg_list;
333 tidlist = (u16 *) &pagep[dd->rcvtidcnt];
334 pagep += tidoff;
351 ret = qib_get_user_pages(vaddr, cnt, pagep);
355 * We can't continue because the pagep array won't be
385 ret = qib_map_page(dd->pcidev, pagep[i], &daddr);
391 dd->pageshadow[ctxttid + tid] = pagep[i];
437 qib_release_user_pages(pagep, cnt);
/linux-master/fs/sysv/
H A Ditree.c486 struct page **pagep, void **fsdata)
490 ret = block_write_begin(mapping, pos, len, pagep, get_block);
484 sysv_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
/linux-master/sound/core/
H A Dmemalloc.c757 struct page **pagep, *curp; local
780 pagep = sgbuf->pages;
803 *pagep++ = curp++;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c465 struct page **pagep, void **fsdata)
469 *pagep = grab_cache_page_write_begin(mapping, index);
470 if (!*pagep)
463 hostfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument

Completed in 563 milliseconds

123