Searched refs:readpages (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/mm/ |
D | readahead.c | 122 if (mapping->a_ops->readpages) { in read_pages() 123 ret = mapping->a_ops->readpages(filp, mapping, pages, nr_pages); in read_pages() 228 if (unlikely(!mapping->a_ops->readpage && !mapping->a_ops->readpages)) in force_page_cache_readahead()
|
/Linux-v4.19/fs/gfs2/ |
D | aops.c | 892 .readpages = gfs2_readpages, 906 .readpages = gfs2_readpages, 921 .readpages = gfs2_readpages,
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | operations.txt | 82 This is, for example, used in read operations for calling readpages() on 83 the backing filesystem in CacheFiles. Although readpages() does an
|
/Linux-v4.19/fs/9p/ |
D | vfs_addr.c | 340 .readpages = v9fs_vfs_readpages,
|
/Linux-v4.19/fs/hpfs/ |
D | file.c | 201 .readpages = hpfs_readpages,
|
/Linux-v4.19/drivers/staging/erofs/ |
D | data.c | 383 .readpages = erofs_raw_access_readpages,
|
D | unzip_vle.c | 1405 .readpages = z_erofs_vle_normalaccess_readpages,
|
/Linux-v4.19/fs/jfs/ |
D | inode.c | 362 .readpages = jfs_readpages,
|
/Linux-v4.19/fs/cachefiles/ |
D | rdwr.c | 420 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_page() 713 ASSERT(inode->i_mapping->a_ops->readpages); in cachefiles_read_or_alloc_pages()
|
/Linux-v4.19/fs/omfs/ |
D | file.c | 376 .readpages = omfs_readpages,
|
/Linux-v4.19/fs/orangefs/ |
D | inode.c | 143 .readpages = orangefs_readpages,
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 194 int (*readpages)(struct file *filp, struct address_space *mapping, 224 readpages: 247 ->readpages() populates the pagecache with the passed pages and starts
|
D | vfs.txt | 630 int (*readpages)(struct file *filp, struct address_space *mapping, 702 readpages: called by the VM to read pages associated with the address_space 706 readpages is only used for read-ahead, so read errors are
|
/Linux-v4.19/fs/afs/ |
D | file.c | 53 .readpages = afs_readpages,
|
/Linux-v4.19/fs/nfs/ |
D | file.c | 511 .readpages = nfs_readpages,
|
/Linux-v4.19/fs/qnx6/ |
D | inode.c | 499 .readpages = qnx6_readpages,
|
/Linux-v4.19/fs/ext2/ |
D | inode.c | 964 .readpages = ext2_readpages, 978 .readpages = ext2_readpages,
|
/Linux-v4.19/fs/xfs/ |
D | xfs_aops.c | 1021 .readpages = xfs_vm_readpages,
|
/Linux-v4.19/fs/nilfs2/ |
D | inode.c | 311 .readpages = nilfs_readpages,
|
/Linux-v4.19/fs/exofs/ |
D | inode.c | 962 .readpages = exofs_readpages,
|
/Linux-v4.19/fs/isofs/ |
D | inode.c | 1199 .readpages = isofs_readpages,
|
/Linux-v4.19/fs/ext4/ |
D | inode.c | 3903 .readpages = ext4_readpages, 3920 .readpages = ext4_readpages, 3936 .readpages = ext4_readpages,
|
/Linux-v4.19/fs/ |
D | block_dev.c | 1962 .readpages = blkdev_readpages,
|
/Linux-v4.19/fs/fat/ |
D | inode.c | 340 .readpages = fat_readpages,
|
/Linux-v4.19/fs/ceph/ |
D | addr.c | 1406 .readpages = ceph_readpages,
|
12