Searched refs:readpages (Results 1 – 33 of 33) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/fs/hpfs/ |
D | file.c | 190 .readpages = hpfs_readpages,
|
/linux-4.1.27/fs/gfs2/ |
D | aops.c | 1172 .readpages = gfs2_readpages, 1188 .readpages = gfs2_readpages, 1205 .readpages = gfs2_readpages,
|
/linux-4.1.27/fs/9p/ |
D | vfs_addr.c | 342 .readpages = v9fs_vfs_readpages,
|
/linux-4.1.27/fs/afs/ |
D | file.c | 51 .readpages = afs_readpages,
|
/linux-4.1.27/fs/jfs/ |
D | inode.c | 361 .readpages = jfs_readpages,
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 414 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_page() 711 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_pages()
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 376 .readpages = omfs_readpages,
|
/linux-4.1.27/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 | 581 int (*readpages)(struct file *filp, struct address_space *mapping, 648 readpages: called by the VM to read pages associated with the address_space 652 readpages is only used for read-ahead, so read errors are
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 881 .readpages = ext2_readpages, 895 .readpages = ext2_readpages,
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 499 .readpages = qnx6_readpages,
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 586 .readpages = nfs_readpages,
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1936 .readpages = ext3_readpages, 1952 .readpages = ext3_readpages, 1967 .readpages = ext3_readpages,
|
/linux-4.1.27/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.1.27/fs/nilfs2/ |
D | inode.c | 342 .readpages = nilfs_readpages,
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 1135 .readpages = isofs_readpages,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 1918 .readpages = xfs_vm_readpages,
|
/linux-4.1.27/fs/ |
D | block_dev.c | 1667 .readpages = blkdev_readpages,
|
/linux-4.1.27/fs/exofs/ |
D | inode.c | 974 .readpages = exofs_readpages,
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 3295 .readpages = ext4_readpages, 3311 .readpages = ext4_readpages, 3327 .readpages = ext4_readpages,
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 1214 .readpages = ceph_readpages,
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 301 .readpages = fat_readpages,
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 1854 .readpages = f2fs_read_data_pages,
|
/linux-4.1.27/fs/ocfs2/ |
D | aops.c | 2437 .readpages = ocfs2_readpages,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 377 int (*readpages)(struct file *filp, struct address_space *mapping, member
|
/linux-4.1.27/fs/reiserfs/ |
D | inode.c | 3453 .readpages = reiserfs_readpages,
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 239 .readpages = udf_readpages,
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 2997 .readpages = fuse_readpages,
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 3869 .readpages = cifs_readpages,
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 9932 .readpages = btrfs_readpages,
|