Searched refs:readpages (Results 1 – 33 of 33) sorted by relevance
/linux-4.4.14/mm/ |
D | readahead.c | 120 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/ |
D | operations.txt | 82 This is, for example, used in read operations for calling readpages() on 83 the backing filesystem in CacheFiles. Although readpages() does an
|
D | netfs-api.txt | 593 readpages() address space operation:
|
/linux-4.4.14/fs/hpfs/ |
D | file.c | 195 .readpages = hpfs_readpages,
|
/linux-4.4.14/fs/gfs2/ |
D | aops.c | 1176 .readpages = gfs2_readpages, 1192 .readpages = gfs2_readpages, 1209 .readpages = gfs2_readpages,
|
/linux-4.4.14/fs/9p/ |
D | vfs_addr.c | 342 .readpages = v9fs_vfs_readpages,
|
/linux-4.4.14/fs/afs/ |
D | file.c | 51 .readpages = afs_readpages,
|
/linux-4.4.14/fs/jfs/ |
D | inode.c | 362 .readpages = jfs_readpages,
|
/linux-4.4.14/fs/cachefiles/ |
D | rdwr.c | 414 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/ |
D | file.c | 376 .readpages = omfs_readpages,
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 187 int (*readpages)(struct file *filp, struct address_space *mapping, 216 readpages: 237 ->readpages() populates the pagecache with the passed pages and starts
|
D | vfs.txt | 583 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/ |
D | filesystems.xml.db | 93 API-mpage-readpages
|
/linux-4.4.14/fs/ext2/ |
D | inode.c | 882 .readpages = ext2_readpages, 896 .readpages = ext2_readpages,
|
/linux-4.4.14/fs/nfs/ |
D | file.c | 570 .readpages = nfs_readpages,
|
/linux-4.4.14/fs/qnx6/ |
D | inode.c | 499 .readpages = qnx6_readpages,
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 296 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/ |
D | inode.c | 324 .readpages = nilfs_readpages,
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 1135 .readpages = isofs_readpages,
|
/linux-4.4.14/fs/exofs/ |
D | inode.c | 971 .readpages = exofs_readpages,
|
/linux-4.4.14/fs/ |
D | block_dev.c | 1701 .readpages = blkdev_readpages,
|
/linux-4.4.14/fs/ext4/ |
D | inode.c | 3337 .readpages = ext4_readpages, 3353 .readpages = ext4_readpages, 3369 .readpages = ext4_readpages,
|
/linux-4.4.14/fs/f2fs/ |
D | data.c | 1688 .readpages = f2fs_read_data_pages,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 2003 .readpages = xfs_vm_readpages,
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 1219 .readpages = ceph_readpages,
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 302 .readpages = fat_readpages,
|
/linux-4.4.14/fs/ocfs2/ |
D | aops.c | 2477 .readpages = ocfs2_readpages,
|
/linux-4.4.14/include/linux/ |
D | fs.h | 378 int (*readpages)(struct file *filp, struct address_space *mapping, member
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 239 .readpages = udf_readpages,
|
/linux-4.4.14/fs/reiserfs/ |
D | inode.c | 3456 .readpages = reiserfs_readpages,
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 2997 .readpages = fuse_readpages,
|
/linux-4.4.14/fs/cifs/ |
D | file.c | 3869 .readpages = cifs_readpages,
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 10082 .readpages = btrfs_readpages,
|