Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dreadahead.c150 } 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 Doperations.rst81 This is, for example, used in read operations for calling readpages() on
82 the backing filesystem in CacheFiles. Although readpages() does an
H A Dnetfs-api.rst567 readpages() address space operation::
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_addr.c327 .readpages = v9fs_vfs_readpages,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst243 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 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
H A Dvfs.rst710 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 Dfile.c50 .readpages = afs_readpages,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfile.c516 .readpages = nfs_readpages,
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c1461 .readpages = ceph_readpages,
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h383 int (*readpages)(struct file *filp, struct address_space *mapping, member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfile.c4908 .readpages = cifs_readpages,