/linux-4.1.27/fs/ext4/ |
H A D | Makefile | 11 xattr_trusted.o inline.o readpage.o
|
H A D | readpage.c | 2 * linux/fs/ext4/readpage.c
|
H A D | move_extent.c | 668 * b. racing with ->readpage, ->write_begin, and ext4_get_block ext4_move_extents()
|
H A D | inode.c | 3294 .readpage = ext4_readpage, 3310 .readpage = ext4_readpage, 3326 .readpage = ext4_readpage,
|
/linux-4.1.27/fs/coda/ |
H A D | symlink.c | 49 .readpage = coda_symlink_filler,
|
/linux-4.1.27/fs/efs/ |
H A D | symlink.c | 53 .readpage = efs_symlink_readpage
|
H A D | inode.c | 25 .readpage = efs_readpage,
|
/linux-4.1.27/fs/affs/ |
H A D | symlink.c | 73 .readpage = affs_symlink_readpage,
|
H A D | file.c | 435 .readpage = affs_readpage, 810 .readpage = affs_readpage_ofs,
|
/linux-4.1.27/fs/ocfs2/ |
H A D | symlink.c | 86 .readpage = ocfs2_fast_symlink_readpage,
|
H A D | aops.c | 2284 * ocfs2_write() will be safe against ->readpage(). This ocfs2_write_begin() 2436 .readpage = ocfs2_readpage,
|
H A D | file.c | 2496 * buffered reads protect themselves in ->readpage(). O_DIRECT reads ocfs2_file_read_iter()
|
H A D | alloc.c | 7222 * pushing zero's to disk, so we'll let readpage pick it up ocfs2_truncate_inline()
|
/linux-4.1.27/fs/squashfs/ |
H A D | symlink.c | 117 .readpage = squashfs_symlink_readpage
|
H A D | file.c | 502 .readpage = squashfs_readpage
|
/linux-4.1.27/fs/udf/ |
H A D | symlink.c | 158 .readpage = udf_symlink_filler,
|
H A D | file.c | 110 .readpage = udf_adinicb_readpage,
|
H A D | inode.c | 238 .readpage = udf_readpage,
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_immed.c | 61 .readpage = vxfs_immed_readpage,
|
H A D | vxfs_subr.c | 45 .readpage = vxfs_readpage,
|
/linux-4.1.27/fs/jffs2/ |
H A D | file.c | 77 .readpage = jffs2_readpage, 110 jffs2_dbg(2, "readpage finished\n"); jffs2_do_readpage_nolock()
|
H A D | fs.c | 179 some pages may be locked and waiting for it in readpage(). jffs2_do_setattr()
|
/linux-4.1.27/fs/afs/ |
H A D | file.c | 50 .readpage = afs_readpage, 115 * the VM reissue the readpage */ afs_file_readpage_read_complete()
|
/linux-4.1.27/mm/ |
H A D | readahead.c | 132 mapping->a_ops->readpage(filp, page); read_pages() 196 * uptodate then the caller will launch readpage again, and __do_page_cache_readahead() 213 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages)) force_page_cache_readahead() 479 * @filp: passed on to ->readpage() and ->readpages() 512 * @filp: passed on to ->readpage() and ->readpages()
|
H A D | filemap.c | 1456 * mapping->a_ops->readpage() function for the actual low-level stuff. 1600 readpage: do_generic_file_read() 1604 * PG_error will be set again if readpage fails. do_generic_file_read() 1608 error = mapping->a_ops->readpage(filp, page); do_generic_file_read() 1667 goto readpage; do_generic_file_read() 1761 ret = mapping->a_ops->readpage(file, page); page_cache_read() 1969 error = mapping->a_ops->readpage(file, page); filemap_fault() 2097 if (!mapping->a_ops->readpage) generic_file_mmap() 2249 filler_t *filler = (filler_t *)mapping->a_ops->readpage; read_cache_page_gfp()
|
H A D | page_io.c | 346 ret = mapping->a_ops->readpage(swap_file, page); swap_readpage()
|
H A D | memory.c | 693 pr_alert("file:%pD fault:%pf mmap:%pf readpage:%pf\n", print_bad_pte() 697 mapping ? mapping->a_ops->readpage : NULL); print_bad_pte()
|
H A D | shmem.c | 3429 * But read_cache_page_gfp() uses the ->readpage() method: which does not
|
H A D | swapfile.c | 2412 if (!mapping->a_ops->readpage) { SYSCALL_DEFINE2()
|
/linux-4.1.27/fs/gfs2/ |
H A D | aops.c | 485 * __gfs2_readpage - readpage 489 * This is the core of gfs2's readpage. Its used by the internal file 597 * Any I/O we ignore at this time will be done via readpage later. 598 * 2. We don't handle stuffed files here we let readpage do the honours. 1171 .readpage = gfs2_readpage, 1187 .readpage = gfs2_readpage, 1204 .readpage = gfs2_readpage,
|
/linux-4.1.27/fs/romfs/ |
H A D | super.c | 21 * Proper page locking in readpage 44 * in readpage 144 .readpage = romfs_readpage
|
/linux-4.1.27/fs/ntfs/ |
H A D | aops.h | 54 * If the page is not in memory it is loaded from disk first using the readpage
|
H A D | mft.h | 96 * Locking the page also serializes us against ->readpage() if the page is not
|
H A D | aops.c | 481 * record and retry the readpage. ntfs_readpage() 821 /* Just an optimization, so ->readpage() is not called later. */ ntfs_write_block() 1670 .readpage = ntfs_readpage, 1685 .readpage = ntfs_readpage, 1700 .readpage = ntfs_readpage, /* Fill page with data. */
|
H A D | file.c | 267 * would be set in readpage for sparse pages and here we would ntfs_attr_extend_initialized() 274 * call readpage() on pages which are not in sparse regions as ntfs_attr_extend_initialized()
|
H A D | inode.c | 1857 /* Provides readpage() and sync_page() for map_mft_record(). */ ntfs_read_inode_mount() 2522 * to both readpage and writepage clearing partial page data ntfs_truncate()
|
H A D | attrib.c | 1736 * This needs to be last since the address space operations ->readpage ntfs_attr_make_non_resident()
|
/linux-4.1.27/fs/hpfs/ |
H A D | file.c | 188 .readpage = hpfs_readpage,
|
H A D | namei.c | 509 .readpage = hpfs_symlink_readpage
|
/linux-4.1.27/fs/ncpfs/ |
H A D | symlink.c | 101 .readpage = ncp_symlink_readpage,
|
/linux-4.1.27/fs/bfs/ |
H A D | file.c | 190 .readpage = bfs_readpage,
|
/linux-4.1.27/fs/ |
H A D | mpage.c | 90 * the page, which allows readpage to avoid triggering a duplicate call 222 * so readpage doesn't have to repeat the get_block call do_mpage_readpage() 455 * readpage would fail to serialize with the bh and it would read from clean_buffers()
|
H A D | splice.c | 441 error = mapping->a_ops->readpage(in, page); __generic_file_splice_read() 519 * a readpage() hook.
|
H A D | buffer.c | 1993 * uptodate then we can optimize away a bogus readpage() for __block_commit_write() 2043 * don't have to worry about a readpage reading them and block_write_end() 2046 * will not be marked uptodate, so a readpage might come in and block_write_end() 2781 err = mapping->a_ops->readpage(NULL, page); nobh_truncate_page()
|
H A D | block_dev.c | 1666 .readpage = blkdev_readpage,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | rw26.c | 522 .readpage = ll_readpage, 537 .orig_aops.readpage = ll_readpage,
|
H A D | lproc_llite.c | 949 [RA_STAT_DISTANT_READPAGE] = "readpage not consecutive",
|
H A D | statahead.c | 756 * for readpage and other tries to enqueue lock on child ll_statahead_interpret()
|
/linux-4.1.27/fs/hfsplus/ |
H A D | inode.c | 158 .readpage = hfsplus_readpage, 167 .readpage = hfsplus_readpage,
|
/linux-4.1.27/fs/omfs/ |
H A D | file.c | 375 .readpage = omfs_readpage,
|
/linux-4.1.27/fs/ramfs/ |
H A D | inode.c | 47 .readpage = simple_readpage,
|
/linux-4.1.27/fs/reiserfs/ |
H A D | file.c | 236 * uptodate then we can optimize away a bogus readpage() for reiserfs_commit_page()
|
H A D | inode.c | 172 * we only use one or two of these pointers during each call to readpage, 968 * (read by readpage, changed, and then sent here by reiserfs_get_block() 3452 .readpage = reiserfs_readpage,
|
/linux-4.1.27/fs/kernfs/ |
H A D | inode.c | 22 .readpage = simple_readpage,
|
/linux-4.1.27/fs/logfs/ |
H A D | dev_bdev.c | 293 .readpage = bdev_readpage,
|
H A D | dev_mtd.c | 256 .readpage = logfs_mtd_readpage,
|
H A D | file.c | 278 .readpage = logfs_readpage,
|
H A D | super.c | 26 filler_t *filler = (filler_t *)mapping->a_ops->readpage; emergency_read_begin()
|
H A D | logfs.h | 143 * @readpage: read one page (mm page) 154 int (*readpage)(void *_sb, struct page *page); member in struct:logfs_device_ops
|
H A D | segment.c | 57 filler_t *filler = super->s_devops->readpage; get_mapping_page()
|
/linux-4.1.27/fs/configfs/ |
H A D | inode.c | 48 .readpage = simple_readpage,
|
/linux-4.1.27/fs/9p/ |
H A D | vfs_addr.c | 341 .readpage = v9fs_vfs_readpage,
|
/linux-4.1.27/fs/hfs/ |
H A D | inode.c | 160 .readpage = hfs_readpage, 169 .readpage = hfs_readpage,
|
/linux-4.1.27/fs/isofs/ |
H A D | rock.c | 689 * readpage() for symlinks: reads symlink contents into the page and either 807 .readpage = rock_ridge_symlink_readpage
|
H A D | compress.c | 363 .readpage = zisofs_readpage,
|
H A D | inode.c | 1134 .readpage = isofs_readpage,
|
/linux-4.1.27/fs/qnx4/ |
H A D | inode.c | 256 .readpage = qnx4_readpage,
|
/linux-4.1.27/fs/sysv/ |
H A D | itree.c | 496 .readpage = sysv_readpage,
|
/linux-4.1.27/fs/jfs/ |
H A D | inode.c | 360 .readpage = jfs_readpage,
|
H A D | jfs_metapage.c | 579 .readpage = metapage_readpage,
|
/linux-4.1.27/fs/nfs/ |
H A D | fscache.c | 313 * the VM reissue the readpage */ nfs_readpage_from_fscache_complete()
|
H A D | file.c | 585 .readpage = nfs_readpage,
|
/linux-4.1.27/fs/adfs/ |
H A D | inode.c | 78 .readpage = adfs_readpage,
|
/linux-4.1.27/fs/cachefiles/ |
H A D | rdwr.c | 119 ret = bmapping->a_ops->readpage(NULL, backpage); cachefiles_read_reissue() 282 ret = bmapping->a_ops->readpage(NULL, backpage); cachefiles_read_backing_file_one() 523 ret = bmapping->a_ops->readpage(NULL, backpage); list_for_each_entry_safe()
|
/linux-4.1.27/fs/ceph/ |
H A D | addr.c | 220 dout("readpage inode %p file %p page %p index %lu\n", readpage_nounlock() 1213 .readpage = ceph_readpage, 1594 if (!mapping->a_ops->readpage) ceph_mmap()
|
/linux-4.1.27/fs/cramfs/ |
H A D | inode.c | 550 .readpage = cramfs_readpage
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | mmap.c | 557 .readpage = ecryptfs_readpage,
|
/linux-4.1.27/fs/ufs/ |
H A D | inode.c | 412 * readpage, writepage and so on 557 .readpage = ufs_readpage,
|
/linux-4.1.27/fs/nilfs2/ |
H A D | inode.c | 151 * nilfs_readpage() - implement readpage() method of nilfs_aops {} 339 .readpage = nilfs_readpage,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | obd_class.h | 1669 EXP_CHECK_MD_OP(exp, readpage); md_readpage() 1670 EXP_MD_COUNTER_INCREMENT(exp, readpage); md_readpage() 1671 rc = MDP(exp->exp_obd, readpage)(exp, opdata, pages, request); md_readpage()
|
H A D | lustre_net.h | 1738 * Another user is readpage for MDT.
|
H A D | cl_object.h | 509 * calls to the file system methods (->readpage(), ->prepare_write(),
|
/linux-4.1.27/kernel/events/ |
H A D | uprobes.c | 543 * and in page-cache. If ->readpage == NULL it must be shmem_mapping(), __copy_insn() 546 if (mapping->a_ops->readpage) __copy_insn() 886 if (!inode->i_mapping->a_ops->readpage && !shmem_mapping(inode->i_mapping)) uprobe_register()
|
/linux-4.1.27/fs/qnx6/ |
H A D | inode.c | 498 .readpage = qnx6_readpage,
|
/linux-4.1.27/fs/hostfs/ |
H A D | hostfs_kern.c | 512 .readpage = hostfs_readpage,
|
/linux-4.1.27/fs/minix/ |
H A D | inode.c | 429 .readpage = minix_readpage,
|
/linux-4.1.27/include/linux/ |
H A D | pagemap.h | 380 filler_t *filler = (filler_t *)mapping->a_ops->readpage; read_mapping_page()
|
H A D | fs.h | 292 * by readpage(). 369 int (*readpage)(struct file *, struct page *); member in struct:address_space_operations
|
/linux-4.1.27/fs/exofs/ |
H A D | inode.c | 373 /* readpage_strip is called either directly from readpage() or by the VFS from 973 .readpage = exofs_readpage,
|
/linux-4.1.27/fs/ext2/ |
H A D | inode.c | 880 .readpage = ext2_readpage, 894 .readpage = ext2_readpage,
|
/linux-4.1.27/fs/cifs/ |
H A D | file.c | 3492 * page. The VFS will fall back to readpage. We should never cifs_readpages() 3547 /* Fallback to the readpage in error/reconnect cases */ cifs_readpages() 3623 cifs_dbg(FYI, "readpage %p at offset %d 0x%x\n", cifs_readpage() 3868 .readpage = cifs_readpage, 3887 .readpage = cifs_readpage,
|
/linux-4.1.27/fs/ubifs/ |
H A D | file.c | 48 * ondemand_readahead -> readpage"). In case of readahead, @I_SYNC flag is not 1553 .readpage = ubifs_readpage,
|
H A D | super.c | 2010 * UBIFS, I/O is not deferred, it is done immediately in readpage, ubifs_fill_super()
|
/linux-4.1.27/fs/befs/ |
H A D | linuxvfs.c | 79 .readpage = befs_readpage,
|
/linux-4.1.27/fs/fuse/ |
H A D | file.c | 1946 * case the readpage can be optimized away. fuse_write_begin() 2993 .readpage = fuse_readpage,
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | lprocfs_status.c | 1454 LPROCFS_MD_OP_INIT(num_private_stats, stats, readpage); lprocfs_init_mps_stats()
|
/linux-4.1.27/fs/f2fs/ |
H A D | data.c | 1853 .readpage = f2fs_read_data_page,
|
/linux-4.1.27/fs/fat/ |
H A D | inode.c | 300 .readpage = fat_readpage,
|
/linux-4.1.27/fs/btrfs/ |
H A D | extent_io.c | 2390 * this is a generic handler for readpage errors (default 2536 * after a readpage IO is done, we need to: 2901 * basic readpage implementation. Locked extent state structs are inserted
|
H A D | scrub.c | 751 * we need to get good data first. the general readpage path scrub_fixup_readpage() 788 * we only need to call readpage for one of the inodes belonging scrub_fixup_readpage() 827 * corresponding copynum of the failed sector. thus, that readpage is scrub_fixup_nodatasum()
|
H A D | relocation.c | 1672 * if we are modifying block in fs tree, wait for readpage replace_file_extents() 2080 /* the lock_extent waits for readpage to complete */ invalidate_extent_cache()
|
H A D | file.c | 2090 if (!mapping->a_ops->readpage) btrfs_file_mmap()
|
H A D | inode.c | 9929 .readpage = btrfs_readpage, 9941 .readpage = btrfs_readpage,
|
H A D | disk-io.c | 1062 .readpage = btree_readpage,
|
/linux-4.1.27/fs/ext3/ |
H A D | inode.c | 1935 .readpage = ext3_readpage, 1951 .readpage = ext3_readpage, 1966 .readpage = ext3_readpage,
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_aops.c | 1917 .readpage = xfs_vm_readpage,
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
H A D | osc_cache.c | 1262 /* readpage queues with _COUNT_STABLE, shouldn't get here. */ osc_refresh_count()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_idl.h | 3520 * (dir readpage/sendpage), index lookup/insert/delete and meta data r/w,
|