/linux-4.1.27/Documentation/filesystems/ |
D | exofs.txt | 151 readpage, writepage, update_inode, and truncate. The following pairs of 162 - create/readpage: readpage should be able to return a page 164 en-route (i.e. create, writepage, readpage) then the page 175 - readpage/delete: shouldn't happen because of page lock. 177 - readpage/writepage: shouldn't happen because of page lock.
|
D | Locking | 183 int (*readpage)(struct file *, struct page *); 212 readpage: yes, unlocks 231 ->write_begin(), ->write_end(), ->sync_page() and ->readpage() 234 ->readpage() unlocks the page, either synchronously or via I/O
|
D | vfs.txt | 554 The read process essentially only requires 'readpage'. The write 578 int (*readpage)(struct file *, struct page *); 623 readpage: called by the VM to read a page from backing store. 624 The page will be Locked when readpage is called, and should be 626 If ->readpage discovers that it needs to unlock the page for 629 that all succeeds, ->readpage will be called again. 650 readpage. Instead of just one page, several pages are
|
/linux-4.1.27/fs/coda/ |
D | symlink.c | 49 .readpage = coda_symlink_filler,
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_immed.c | 61 .readpage = vxfs_immed_readpage,
|
D | vxfs_subr.c | 45 .readpage = vxfs_readpage,
|
/linux-4.1.27/fs/ext4/ |
D | Makefile | 11 xattr_trusted.o inline.o readpage.o
|
D | inode.c | 3294 .readpage = ext4_readpage, 3310 .readpage = ext4_readpage, 3326 .readpage = ext4_readpage,
|
/linux-4.1.27/fs/ocfs2/ |
D | symlink.c | 86 .readpage = ocfs2_fast_symlink_readpage,
|
D | aops.c | 2436 .readpage = ocfs2_readpage,
|
/linux-4.1.27/fs/efs/ |
D | symlink.c | 53 .readpage = efs_symlink_readpage
|
D | inode.c | 25 .readpage = efs_readpage,
|
/linux-4.1.27/fs/affs/ |
D | symlink.c | 73 .readpage = affs_symlink_readpage,
|
D | file.c | 435 .readpage = affs_readpage, 810 .readpage = affs_readpage_ofs,
|
/linux-4.1.27/fs/squashfs/ |
D | symlink.c | 117 .readpage = squashfs_symlink_readpage
|
D | file.c | 502 .readpage = squashfs_readpage
|
/linux-4.1.27/fs/udf/ |
D | symlink.c | 158 .readpage = udf_symlink_filler,
|
D | file.c | 110 .readpage = udf_adinicb_readpage,
|
D | inode.c | 238 .readpage = udf_readpage,
|
/linux-4.1.27/mm/ |
D | readahead.c | 132 mapping->a_ops->readpage(filp, page); in read_pages() 213 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages)) in force_page_cache_readahead()
|
D | filemap.c | 1600 readpage: in do_generic_file_read() 1608 error = mapping->a_ops->readpage(filp, page); in do_generic_file_read() 1667 goto readpage; in do_generic_file_read() 1761 ret = mapping->a_ops->readpage(file, page); in page_cache_read() 1969 error = mapping->a_ops->readpage(file, page); in filemap_fault() 2097 if (!mapping->a_ops->readpage) in generic_file_mmap() 2249 filler_t *filler = (filler_t *)mapping->a_ops->readpage; in read_cache_page_gfp()
|
D | page_io.c | 346 ret = mapping->a_ops->readpage(swap_file, page); in swap_readpage()
|
D | swapfile.c | 2412 if (!mapping->a_ops->readpage) { in SYSCALL_DEFINE2()
|
D | memory.c | 697 mapping ? mapping->a_ops->readpage : NULL); in print_bad_pte()
|
/linux-4.1.27/fs/ncpfs/ |
D | symlink.c | 101 .readpage = ncp_symlink_readpage,
|
/linux-4.1.27/fs/bfs/ |
D | file.c | 190 .readpage = bfs_readpage,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 522 .readpage = ll_readpage, 537 .orig_aops.readpage = ll_readpage,
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 119 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue() 282 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_backing_file_one() 523 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_backing_file()
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 47 .readpage = simple_readpage,
|
/linux-4.1.27/fs/configfs/ |
D | inode.c | 48 .readpage = simple_readpage,
|
/linux-4.1.27/fs/cramfs/ |
D | README | 147 e.g. get readpage to decompress to a buffer of size MAX_BLKSIZE (which 149 Getting readpage to read into all the covered pages is harder.
|
D | inode.c | 550 .readpage = cramfs_readpage
|
/linux-4.1.27/fs/hpfs/ |
D | file.c | 188 .readpage = hpfs_readpage,
|
D | namei.c | 509 .readpage = hpfs_symlink_readpage
|
/linux-4.1.27/fs/gfs2/ |
D | aops.c | 1171 .readpage = gfs2_readpage, 1187 .readpage = gfs2_readpage, 1204 .readpage = gfs2_readpage,
|
/linux-4.1.27/fs/9p/ |
D | vfs_addr.c | 341 .readpage = v9fs_vfs_readpage,
|
/linux-4.1.27/fs/logfs/ |
D | file.c | 278 .readpage = logfs_readpage,
|
D | dev_mtd.c | 256 .readpage = logfs_mtd_readpage,
|
D | dev_bdev.c | 293 .readpage = bdev_readpage,
|
D | logfs.h | 154 int (*readpage)(void *_sb, struct page *page); member
|
D | super.c | 26 filler_t *filler = (filler_t *)mapping->a_ops->readpage; in emergency_read_begin()
|
D | segment.c | 57 filler_t *filler = super->s_devops->readpage; in get_mapping_page()
|
/linux-4.1.27/fs/afs/ |
D | file.c | 50 .readpage = afs_readpage,
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 158 .readpage = hfsplus_readpage, 167 .readpage = hfsplus_readpage,
|
/linux-4.1.27/fs/isofs/ |
D | compress.c | 363 .readpage = zisofs_readpage,
|
D | rock.c | 807 .readpage = rock_ridge_symlink_readpage
|
D | inode.c | 1134 .readpage = isofs_readpage,
|
/linux-4.1.27/fs/kernfs/ |
D | inode.c | 22 .readpage = simple_readpage,
|
/linux-4.1.27/fs/adfs/ |
D | inode.c | 78 .readpage = adfs_readpage,
|
/linux-4.1.27/fs/jfs/ |
D | inode.c | 360 .readpage = jfs_readpage,
|
D | jfs_metapage.c | 579 .readpage = metapage_readpage,
|
/linux-4.1.27/fs/hfs/ |
D | inode.c | 160 .readpage = hfs_readpage, 169 .readpage = hfs_readpage,
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 1670 .readpage = ntfs_readpage, 1685 .readpage = ntfs_readpage, 1700 .readpage = ntfs_readpage, /* Fill page with data. */
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 375 .readpage = omfs_readpage,
|
/linux-4.1.27/fs/jffs2/ |
D | file.c | 77 .readpage = jffs2_readpage,
|
/linux-4.1.27/fs/qnx4/ |
D | inode.c | 256 .readpage = qnx4_readpage,
|
/linux-4.1.27/fs/ecryptfs/ |
D | mmap.c | 557 .readpage = ecryptfs_readpage,
|
/linux-4.1.27/include/linux/ |
D | pagemap.h | 380 filler_t *filler = (filler_t *)mapping->a_ops->readpage; in read_mapping_page()
|
D | fs.h | 369 int (*readpage)(struct file *, struct page *); member
|
/linux-4.1.27/fs/romfs/ |
D | super.c | 144 .readpage = romfs_readpage
|
/linux-4.1.27/fs/sysv/ |
D | itree.c | 496 .readpage = sysv_readpage,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1669 EXP_CHECK_MD_OP(exp, readpage); in md_readpage() 1670 EXP_MD_COUNTER_INCREMENT(exp, readpage); in md_readpage() 1671 rc = MDP(exp->exp_obd, readpage)(exp, opdata, pages, request); in md_readpage()
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 880 .readpage = ext2_readpage, 894 .readpage = ext2_readpage,
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 498 .readpage = qnx6_readpage,
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 585 .readpage = nfs_readpage,
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 1213 .readpage = ceph_readpage, 1594 if (!mapping->a_ops->readpage) in ceph_mmap()
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 546 if (mapping->a_ops->readpage) in __copy_insn() 886 if (!inode->i_mapping->a_ops->readpage && !shmem_mapping(inode->i_mapping)) in uprobe_register()
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 429 .readpage = minix_readpage,
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 79 .readpage = befs_readpage,
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1935 .readpage = ext3_readpage, 1951 .readpage = ext3_readpage, 1966 .readpage = ext3_readpage,
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 512 .readpage = hostfs_readpage,
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 557 .readpage = ufs_readpage,
|
/linux-4.1.27/fs/nilfs2/ |
D | inode.c | 339 .readpage = nilfs_readpage,
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1553 .readpage = ubifs_readpage,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 1917 .readpage = xfs_vm_readpage,
|
/linux-4.1.27/fs/ |
D | block_dev.c | 1666 .readpage = blkdev_readpage,
|
D | splice.c | 441 error = mapping->a_ops->readpage(in, page); in __generic_file_splice_read()
|
D | buffer.c | 2781 err = mapping->a_ops->readpage(NULL, page); in nobh_truncate_page()
|
/linux-4.1.27/fs/exofs/ |
D | inode.c | 973 .readpage = exofs_readpage,
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 3868 .readpage = cifs_readpage, 3887 .readpage = cifs_readpage,
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 300 .readpage = fat_readpage,
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 1853 .readpage = f2fs_read_data_page,
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1454 LPROCFS_MD_OP_INIT(num_private_stats, stats, readpage); in lprocfs_init_mps_stats()
|
/linux-4.1.27/fs/btrfs/ |
D | file.c | 2090 if (!mapping->a_ops->readpage) in btrfs_file_mmap()
|
D | disk-io.c | 1062 .readpage = btree_readpage,
|
D | inode.c | 9929 .readpage = btrfs_readpage, 9941 .readpage = btrfs_readpage,
|
/linux-4.1.27/fs/reiserfs/ |
D | inode.c | 3452 .readpage = reiserfs_readpage,
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2993 .readpage = fuse_readpage,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 945 in a UNC style device name. Implementation of readpage/writepage started.
|