Searched refs:readpages (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/mm/ |
D | readahead.c | 136 } else if (aops->readpages) { in read_pages() 137 aops->readpages(rac->file, rac->mapping, pages, in read_pages() 219 if (mapping->a_ops->readpages) { in page_cache_ra_unbounded() 281 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages && in force_page_cache_ra()
|
/Linux-v5.10/Documentation/filesystems/caching/ |
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
|
D | netfs-api.rst | 567 readpages() address space operation::
|
/Linux-v5.10/fs/9p/ |
D | vfs_addr.c | 327 .readpages = v9fs_vfs_readpages,
|
/Linux-v5.10/fs/cachefiles/ |
D | rdwr.c | 416 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_page() 716 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_pages()
|
/Linux-v5.10/Documentation/filesystems/ |
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
|
D | fsverity.rst | 480 ``->readpages()`` methods must be modified to verify pages before they 542 Files on ext4 and f2fs may contain holes. Normally, ``->readpages()`` 709 ``->readpages()``. Therefore, currently it's not possible for
|
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
|
/Linux-v5.10/fs/afs/ |
D | file.c | 51 .readpages = afs_readpages,
|
/Linux-v5.10/fs/nfs/ |
D | file.c | 518 .readpages = nfs_readpages,
|
/Linux-v5.10/fs/ceph/ |
D | addr.c | 1441 .readpages = ceph_readpages,
|
/Linux-v5.10/include/linux/ |
D | fs.h | 381 int (*readpages)(struct file *filp, struct address_space *mapping, member
|
/Linux-v5.10/fs/cifs/ |
D | file.c | 4869 .readpages = cifs_readpages,
|