/openbmc/linux/fs/hfsplus/ |
H A D | bnode.c | 24 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 …]
|
H A D | btree.c | 377 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()
|
H A D | inode.c | 47 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()
|
/openbmc/linux/fs/hfs/ |
H A D | btree.c | 253 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()
|
H A D | bnode.c | 414 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()
|
H A D | inode.c | 53 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()
|
H A D | hfs_fs.h | 205 loff_t pos, unsigned len, struct page **pagep, void **fsdata);
|
/openbmc/linux/fs/hpfs/ |
H A D | file.c | 193 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()
|
/openbmc/linux/mm/ |
H A D | percpu-vm.c | 93 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()
|
/openbmc/linux/fs/exfat/ |
H A D | inode.c | 365 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()
|
/openbmc/linux/fs/adfs/ |
H A D | inode.c | 56 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()
|
/openbmc/linux/fs/bfs/ |
H A D | file.c | 173 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()
|
/openbmc/linux/fs/jffs2/ |
H A D | file.c | 29 struct page **pagep, void **fsdata); 133 struct page **pagep, void **fsdata) in jffs2_write_begin() argument 219 *pagep = pg; in jffs2_write_begin()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | mmap.c | 268 struct page **pagep, void **fsdata) in ecryptfs_write_begin() argument 278 *pagep = page; in ecryptfs_write_begin() 367 *pagep = NULL; in ecryptfs_write_begin()
|
/openbmc/linux/fs/ocfs2/ |
H A D | aops.h | 41 struct page **pagep, void **fsdata,
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 1044 static inline void fscrypt_finalize_bounce_page(struct page **pagep) in fscrypt_finalize_bounce_page() argument 1046 struct page *page = *pagep; in fscrypt_finalize_bounce_page() 1049 *pagep = fscrypt_pagecache_page(page); in fscrypt_finalize_bounce_page()
|
/openbmc/linux/fs/omfs/ |
H A D | file.c | 315 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()
|
/openbmc/linux/fs/jfs/ |
H A D | inode.c | 295 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()
|
/openbmc/linux/fs/affs/ |
H A D | file.c | 420 struct page **pagep, void **fsdata) in affs_write_begin() argument 424 *pagep = NULL; in affs_write_begin() 425 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 674 *pagep = &folio->page; in affs_write_begin_ofs()
|
/openbmc/linux/fs/ubifs/ |
H A D | file.c | 218 loff_t pos, unsigned len, struct page **pagep) in write_begin_slow() argument 304 *pagep = page; in write_begin_slow() 419 struct page **pagep, void **fsdata) in ubifs_write_begin() argument 487 return write_begin_slow(mapping, pos, len, pagep); in ubifs_write_begin() 496 *pagep = page; in ubifs_write_begin()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 295 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()
|
/openbmc/linux/sound/core/ |
H A D | memalloc.c | 757 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()
|
/openbmc/linux/fs/sysv/ |
H A D | itree.c | 484 struct page **pagep, void **fsdata) in sysv_write_begin() argument 488 ret = block_write_begin(mapping, pos, len, pagep, get_block); in sysv_write_begin()
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 1060 struct page **pagep, pgoff_t index, void **fsdata) in prepare_compress_overwrite() argument 1134 *pagep = cc->rpages[offset_in_cluster(cc, index)]; in prepare_compress_overwrite() 1147 struct page **pagep, pgoff_t index, void **fsdata) in f2fs_prepare_compress_overwrite() argument 1158 return prepare_compress_overwrite(&cc, pagep, index, fsdata); in f2fs_prepare_compress_overwrite() 1185 struct page *pagep; in f2fs_truncate_partial_cluster() local 1200 err = f2fs_prepare_compress_overwrite(inode, &pagep, in f2fs_truncate_partial_cluster()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 465 struct page **pagep, void **fsdata) in hostfs_write_begin() argument 469 *pagep = grab_cache_page_write_begin(mapping, index); in hostfs_write_begin() 470 if (!*pagep) in hostfs_write_begin()
|