Searched refs:page_cache_sync_readahead (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/mm/ |
D | readahead.c | 503 void page_cache_sync_readahead(struct address_space *mapping, in page_cache_sync_readahead() function 520 EXPORT_SYMBOL_GPL(page_cache_sync_readahead);
|
D | filemap.c | 1111 page_cache_sync_readahead(mapping, in do_generic_file_read() 1573 page_cache_sync_readahead(mapping, ra, file, offset, in do_sync_mmap_readahead()
|
/linux-3.4.99/fs/ext3/ |
D | dir.c | 133 page_cache_sync_readahead( in ext3_readdir()
|
/linux-3.4.99/fs/ext4/ |
D | dir.c | 155 page_cache_sync_readahead( in ext4_readdir()
|
/linux-3.4.99/include/linux/ |
D | mm.h | 1431 void page_cache_sync_readahead(struct address_space *mapping,
|
/linux-3.4.99/fs/ |
D | splice.c | 345 page_cache_sync_readahead(mapping, &in->f_ra, in, in __generic_file_splice_read()
|
/linux-3.4.99/fs/btrfs/ |
D | ctree.h | 2889 page_cache_sync_readahead(mapping, ra, file, offset, req_size); in btrfs_force_ra()
|
D | free-space-cache.c | 257 page_cache_sync_readahead(inode->i_mapping, ra, NULL, 0, last_index); in readahead_cache()
|
D | relocation.c | 2987 page_cache_sync_readahead(inode->i_mapping,
|
/linux-3.4.99/fs/ocfs2/ |
D | refcounttree.c | 3444 page_cache_sync_readahead(mapping, &file->f_ra, file, in ocfs2_readahead_for_cow()
|