Searched refs:readpage (Results 1 - 108 of 108) sorted by relevance

/linux-4.1.27/fs/ext4/
H A DMakefile11 xattr_trusted.o inline.o readpage.o
H A Dreadpage.c2 * linux/fs/ext4/readpage.c
H A Dmove_extent.c668 * b. racing with ->readpage, ->write_begin, and ext4_get_block ext4_move_extents()
H A Dinode.c3294 .readpage = ext4_readpage,
3310 .readpage = ext4_readpage,
3326 .readpage = ext4_readpage,
/linux-4.1.27/fs/coda/
H A Dsymlink.c49 .readpage = coda_symlink_filler,
/linux-4.1.27/fs/efs/
H A Dsymlink.c53 .readpage = efs_symlink_readpage
H A Dinode.c25 .readpage = efs_readpage,
/linux-4.1.27/fs/affs/
H A Dsymlink.c73 .readpage = affs_symlink_readpage,
H A Dfile.c435 .readpage = affs_readpage,
810 .readpage = affs_readpage_ofs,
/linux-4.1.27/fs/ocfs2/
H A Dsymlink.c86 .readpage = ocfs2_fast_symlink_readpage,
H A Daops.c2284 * ocfs2_write() will be safe against ->readpage(). This ocfs2_write_begin()
2436 .readpage = ocfs2_readpage,
H A Dfile.c2496 * buffered reads protect themselves in ->readpage(). O_DIRECT reads ocfs2_file_read_iter()
H A Dalloc.c7222 * pushing zero's to disk, so we'll let readpage pick it up ocfs2_truncate_inline()
/linux-4.1.27/fs/squashfs/
H A Dsymlink.c117 .readpage = squashfs_symlink_readpage
H A Dfile.c502 .readpage = squashfs_readpage
/linux-4.1.27/fs/udf/
H A Dsymlink.c158 .readpage = udf_symlink_filler,
H A Dfile.c110 .readpage = udf_adinicb_readpage,
H A Dinode.c238 .readpage = udf_readpage,
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_immed.c61 .readpage = vxfs_immed_readpage,
H A Dvxfs_subr.c45 .readpage = vxfs_readpage,
/linux-4.1.27/fs/jffs2/
H A Dfile.c77 .readpage = jffs2_readpage,
110 jffs2_dbg(2, "readpage finished\n"); jffs2_do_readpage_nolock()
H A Dfs.c179 some pages may be locked and waiting for it in readpage(). jffs2_do_setattr()
/linux-4.1.27/fs/afs/
H A Dfile.c50 .readpage = afs_readpage,
115 * the VM reissue the readpage */ afs_file_readpage_read_complete()
/linux-4.1.27/mm/
H A Dreadahead.c132 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 Dfilemap.c1456 * 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 Dpage_io.c346 ret = mapping->a_ops->readpage(swap_file, page); swap_readpage()
H A Dmemory.c693 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 Dshmem.c3429 * But read_cache_page_gfp() uses the ->readpage() method: which does not
H A Dswapfile.c2412 if (!mapping->a_ops->readpage) { SYSCALL_DEFINE2()
/linux-4.1.27/fs/gfs2/
H A Daops.c485 * __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 Dsuper.c21 * Proper page locking in readpage
44 * in readpage
144 .readpage = romfs_readpage
/linux-4.1.27/fs/ntfs/
H A Daops.h54 * If the page is not in memory it is loaded from disk first using the readpage
H A Dmft.h96 * Locking the page also serializes us against ->readpage() if the page is not
H A Daops.c481 * 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 Dfile.c267 * 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 Dinode.c1857 /* 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 Dattrib.c1736 * This needs to be last since the address space operations ->readpage ntfs_attr_make_non_resident()
/linux-4.1.27/fs/hpfs/
H A Dfile.c188 .readpage = hpfs_readpage,
H A Dnamei.c509 .readpage = hpfs_symlink_readpage
/linux-4.1.27/fs/ncpfs/
H A Dsymlink.c101 .readpage = ncp_symlink_readpage,
/linux-4.1.27/fs/bfs/
H A Dfile.c190 .readpage = bfs_readpage,
/linux-4.1.27/fs/
H A Dmpage.c90 * 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 Dsplice.c441 error = mapping->a_ops->readpage(in, page); __generic_file_splice_read()
519 * a readpage() hook.
H A Dbuffer.c1993 * 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 Dblock_dev.c1666 .readpage = blkdev_readpage,
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Drw26.c522 .readpage = ll_readpage,
537 .orig_aops.readpage = ll_readpage,
H A Dlproc_llite.c949 [RA_STAT_DISTANT_READPAGE] = "readpage not consecutive",
H A Dstatahead.c756 * for readpage and other tries to enqueue lock on child ll_statahead_interpret()
/linux-4.1.27/fs/hfsplus/
H A Dinode.c158 .readpage = hfsplus_readpage,
167 .readpage = hfsplus_readpage,
/linux-4.1.27/fs/omfs/
H A Dfile.c375 .readpage = omfs_readpage,
/linux-4.1.27/fs/ramfs/
H A Dinode.c47 .readpage = simple_readpage,
/linux-4.1.27/fs/reiserfs/
H A Dfile.c236 * uptodate then we can optimize away a bogus readpage() for reiserfs_commit_page()
H A Dinode.c172 * 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 Dinode.c22 .readpage = simple_readpage,
/linux-4.1.27/fs/logfs/
H A Ddev_bdev.c293 .readpage = bdev_readpage,
H A Ddev_mtd.c256 .readpage = logfs_mtd_readpage,
H A Dfile.c278 .readpage = logfs_readpage,
H A Dsuper.c26 filler_t *filler = (filler_t *)mapping->a_ops->readpage; emergency_read_begin()
H A Dlogfs.h143 * @readpage: read one page (mm page)
154 int (*readpage)(void *_sb, struct page *page); member in struct:logfs_device_ops
H A Dsegment.c57 filler_t *filler = super->s_devops->readpage; get_mapping_page()
/linux-4.1.27/fs/configfs/
H A Dinode.c48 .readpage = simple_readpage,
/linux-4.1.27/fs/9p/
H A Dvfs_addr.c341 .readpage = v9fs_vfs_readpage,
/linux-4.1.27/fs/hfs/
H A Dinode.c160 .readpage = hfs_readpage,
169 .readpage = hfs_readpage,
/linux-4.1.27/fs/isofs/
H A Drock.c689 * readpage() for symlinks: reads symlink contents into the page and either
807 .readpage = rock_ridge_symlink_readpage
H A Dcompress.c363 .readpage = zisofs_readpage,
H A Dinode.c1134 .readpage = isofs_readpage,
/linux-4.1.27/fs/qnx4/
H A Dinode.c256 .readpage = qnx4_readpage,
/linux-4.1.27/fs/sysv/
H A Ditree.c496 .readpage = sysv_readpage,
/linux-4.1.27/fs/jfs/
H A Dinode.c360 .readpage = jfs_readpage,
H A Djfs_metapage.c579 .readpage = metapage_readpage,
/linux-4.1.27/fs/nfs/
H A Dfscache.c313 * the VM reissue the readpage */ nfs_readpage_from_fscache_complete()
H A Dfile.c585 .readpage = nfs_readpage,
/linux-4.1.27/fs/adfs/
H A Dinode.c78 .readpage = adfs_readpage,
/linux-4.1.27/fs/cachefiles/
H A Drdwr.c119 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 Daddr.c220 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 Dinode.c550 .readpage = cramfs_readpage
/linux-4.1.27/fs/ecryptfs/
H A Dmmap.c557 .readpage = ecryptfs_readpage,
/linux-4.1.27/fs/ufs/
H A Dinode.c412 * readpage, writepage and so on
557 .readpage = ufs_readpage,
/linux-4.1.27/fs/nilfs2/
H A Dinode.c151 * nilfs_readpage() - implement readpage() method of nilfs_aops {}
339 .readpage = nilfs_readpage,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1669 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 Dlustre_net.h1738 * Another user is readpage for MDT.
H A Dcl_object.h509 * calls to the file system methods (->readpage(), ->prepare_write(),
/linux-4.1.27/kernel/events/
H A Duprobes.c543 * 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 Dinode.c498 .readpage = qnx6_readpage,
/linux-4.1.27/fs/hostfs/
H A Dhostfs_kern.c512 .readpage = hostfs_readpage,
/linux-4.1.27/fs/minix/
H A Dinode.c429 .readpage = minix_readpage,
/linux-4.1.27/include/linux/
H A Dpagemap.h380 filler_t *filler = (filler_t *)mapping->a_ops->readpage; read_mapping_page()
H A Dfs.h292 * by readpage().
369 int (*readpage)(struct file *, struct page *); member in struct:address_space_operations
/linux-4.1.27/fs/exofs/
H A Dinode.c373 /* 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 Dinode.c880 .readpage = ext2_readpage,
894 .readpage = ext2_readpage,
/linux-4.1.27/fs/cifs/
H A Dfile.c3492 * 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 Dfile.c48 * ondemand_readahead -> readpage"). In case of readahead, @I_SYNC flag is not
1553 .readpage = ubifs_readpage,
H A Dsuper.c2010 * UBIFS, I/O is not deferred, it is done immediately in readpage, ubifs_fill_super()
/linux-4.1.27/fs/befs/
H A Dlinuxvfs.c79 .readpage = befs_readpage,
/linux-4.1.27/fs/fuse/
H A Dfile.c1946 * 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 Dlprocfs_status.c1454 LPROCFS_MD_OP_INIT(num_private_stats, stats, readpage); lprocfs_init_mps_stats()
/linux-4.1.27/fs/f2fs/
H A Ddata.c1853 .readpage = f2fs_read_data_page,
/linux-4.1.27/fs/fat/
H A Dinode.c300 .readpage = fat_readpage,
/linux-4.1.27/fs/btrfs/
H A Dextent_io.c2390 * 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 Dscrub.c751 * 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 Drelocation.c1672 * 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 Dfile.c2090 if (!mapping->a_ops->readpage) btrfs_file_mmap()
H A Dinode.c9929 .readpage = btrfs_readpage,
9941 .readpage = btrfs_readpage,
H A Ddisk-io.c1062 .readpage = btree_readpage,
/linux-4.1.27/fs/ext3/
H A Dinode.c1935 .readpage = ext3_readpage,
1951 .readpage = ext3_readpage,
1966 .readpage = ext3_readpage,
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c1917 .readpage = xfs_vm_readpage,
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c1262 /* readpage queues with _COUNT_STABLE, shouldn't get here. */ osc_refresh_count()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h3520 * (dir readpage/sendpage), index lookup/insert/delete and meta data r/w,

Completed in 1429 milliseconds