Home
last modified time | relevance | path

Searched refs:readpages (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/mm/
Dreadahead.c120 if (mapping->a_ops->readpages) { in read_pages()
121 ret = mapping->a_ops->readpages(filp, mapping, pages, nr_pages); in read_pages()
213 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages)) in force_page_cache_readahead()
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt82 This is, for example, used in read operations for calling readpages() on
83 the backing filesystem in CacheFiles. Although readpages() does an
Dnetfs-api.txt593 readpages() address space operation:
/linux-4.4.14/fs/hpfs/
Dfile.c195 .readpages = hpfs_readpages,
/linux-4.4.14/fs/gfs2/
Daops.c1176 .readpages = gfs2_readpages,
1192 .readpages = gfs2_readpages,
1209 .readpages = gfs2_readpages,
/linux-4.4.14/fs/9p/
Dvfs_addr.c342 .readpages = v9fs_vfs_readpages,
/linux-4.4.14/fs/afs/
Dfile.c51 .readpages = afs_readpages,
/linux-4.4.14/fs/jfs/
Dinode.c362 .readpages = jfs_readpages,
/linux-4.4.14/fs/cachefiles/
Drdwr.c414 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_page()
708 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_pages()
/linux-4.4.14/fs/omfs/
Dfile.c376 .readpages = omfs_readpages,
/linux-4.4.14/Documentation/filesystems/
DLocking187 int (*readpages)(struct file *filp, struct address_space *mapping,
216 readpages:
237 ->readpages() populates the pagecache with the passed pages and starts
Dvfs.txt583 int (*readpages)(struct file *filp, struct address_space *mapping,
650 readpages: called by the VM to read pages associated with the address_space
654 readpages is only used for read-ahead, so read errors are
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db93 API-mpage-readpages
/linux-4.4.14/fs/ext2/
Dinode.c882 .readpages = ext2_readpages,
896 .readpages = ext2_readpages,
/linux-4.4.14/fs/nfs/
Dfile.c570 .readpages = nfs_readpages,
/linux-4.4.14/fs/qnx6/
Dinode.c499 .readpages = qnx6_readpages,
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES296 of readpages by eliminating one extra memcpy. Allow update of file size
595 of cache pages in readpages causing multiple read oriented stress
877 sizes. Add support for readpages
895 Fix oops in readpages caused by not setting address space operations in inode in
/linux-4.4.14/fs/nilfs2/
Dinode.c324 .readpages = nilfs_readpages,
/linux-4.4.14/fs/isofs/
Dinode.c1135 .readpages = isofs_readpages,
/linux-4.4.14/fs/exofs/
Dinode.c971 .readpages = exofs_readpages,
/linux-4.4.14/fs/
Dblock_dev.c1701 .readpages = blkdev_readpages,
/linux-4.4.14/fs/ext4/
Dinode.c3337 .readpages = ext4_readpages,
3353 .readpages = ext4_readpages,
3369 .readpages = ext4_readpages,
/linux-4.4.14/fs/f2fs/
Ddata.c1688 .readpages = f2fs_read_data_pages,
/linux-4.4.14/fs/xfs/
Dxfs_aops.c2003 .readpages = xfs_vm_readpages,
/linux-4.4.14/fs/ceph/
Daddr.c1219 .readpages = ceph_readpages,
/linux-4.4.14/fs/fat/
Dinode.c302 .readpages = fat_readpages,
/linux-4.4.14/fs/ocfs2/
Daops.c2477 .readpages = ocfs2_readpages,
/linux-4.4.14/include/linux/
Dfs.h378 int (*readpages)(struct file *filp, struct address_space *mapping, member
/linux-4.4.14/fs/udf/
Dinode.c239 .readpages = udf_readpages,
/linux-4.4.14/fs/reiserfs/
Dinode.c3456 .readpages = reiserfs_readpages,
/linux-4.4.14/fs/fuse/
Dfile.c2997 .readpages = fuse_readpages,
/linux-4.4.14/fs/cifs/
Dfile.c3869 .readpages = cifs_readpages,
/linux-4.4.14/fs/btrfs/
Dinode.c10082 .readpages = btrfs_readpages,