Searched refs:readpages (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | readahead.c | 150 } else if (aops->readpages) { in read_pages() 151 aops->readpages(rac->file, rac->mapping, pages, in read_pages() 233 if (mapping->a_ops->readpages) { in page_cache_ra_unbounded() 298 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages && in force_page_cache_ra()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | operations.rst | 81 This is, for example, used in read operations for calling readpages() on 82 the backing filesystem in CacheFiles. Although readpages() does an
|
| H A D | netfs-api.rst | 567 readpages() address space operation::
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_addr.c | 327 .readpages = v9fs_vfs_readpages,
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 243 int (*readpages)(struct file *filp, struct address_space *mapping, 276 readpages: no 302 ->readpages() populates the pagecache with the passed pages and starts
|
| H A D | fsverity.rst | 552 ``->readpages()`` methods must be modified to verify pages before they 614 Files on ext4 and f2fs may contain holes. Normally, ``->readpages()`` 781 ``->readpages()``. Therefore, currently it's not possible for
|
| H A D | vfs.rst | 710 int (*readpages)(struct file *filp, struct address_space *mapping, 797 ``readpages`` 801 readpages is only used for read-ahead, so read errors are
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | file.c | 50 .readpages = afs_readpages,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | file.c | 516 .readpages = nfs_readpages,
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 1461 .readpages = ceph_readpages,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 383 int (*readpages)(struct file *filp, struct address_space *mapping, member
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 4908 .readpages = cifs_readpages,
|