Searched refs:readpages (Results 1 – 9 of 9) sorted by relevance
/linux/mm/ |
A D | readahead.c | 135 } else if (aops->readpages) { in read_pages() 136 aops->readpages(rac->file, rac->mapping, pages, in read_pages() 218 if (mapping->a_ops->readpages) { in page_cache_ra_unbounded() 283 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages && in force_page_cache_ra()
|
/linux/Documentation/filesystems/caching/ |
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
|
A D | netfs-api.rst | 567 readpages() address space operation::
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 249 int (*readpages)(struct file *filp, struct address_space *mapping, 282 readpages: no shared 308 ->readpages() populates the pagecache with the passed pages and starts
|
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
|
A D | vfs.rst | 729 int (*readpages)(struct file *filp, struct address_space *mapping, 816 ``readpages`` 820 readpages is only used for read-ahead, so read errors are
|
/linux/fs/nfs/ |
A D | file.c | 518 .readpages = nfs_readpages,
|
/linux/include/linux/ |
A D | fs.h | 383 int (*readpages)(struct file *filp, struct address_space *mapping, member
|
/linux/fs/cifs/ |
A D | file.c | 4993 .readpages = cifs_readpages,
|
Completed in 29 milliseconds