Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dreadahead.c136 } 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()
284 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages && in force_page_cache_ra()
/Linux-v5.15/Documentation/filesystems/caching/
Doperations.rst81 This is, for example, used in read operations for calling readpages() on
82 the backing filesystem in CacheFiles. Although readpages() does an
Dnetfs-api.rst567 readpages() address space operation::
/Linux-v5.15/fs/9p/
Dvfs_addr.c331 .readpages = v9fs_vfs_readpages,
/Linux-v5.15/Documentation/filesystems/
Dlocking.rst249 int (*readpages)(struct file *filp, struct address_space *mapping,
282 readpages: no shared
308 ->readpages() populates the pagecache with the passed pages and starts
Dfsverity.rst552 ``->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
Dvfs.rst729 int (*readpages)(struct file *filp, struct address_space *mapping,
816 ``readpages``
820 readpages is only used for read-ahead, so read errors are
/Linux-v5.15/fs/nfs/
Dfile.c518 .readpages = nfs_readpages,
/Linux-v5.15/include/linux/
Dfs.h386 int (*readpages)(struct file *filp, struct address_space *mapping, member
/Linux-v5.15/fs/cifs/
Dfile.c4970 .readpages = cifs_readpages,