Searched refs:page_cache_sync_readahead (Results 1 – 10 of 10) sorted by relevance
/linux-3.3/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 | 1119 page_cache_sync_readahead(mapping, in do_generic_file_read() 1581 page_cache_sync_readahead(mapping, ra, file, offset, in do_sync_mmap_readahead()
|
/linux-3.3/fs/ext3/ |
D | dir.c | 139 page_cache_sync_readahead( in ext3_readdir()
|
/linux-3.3/fs/ext4/ |
D | dir.c | 156 page_cache_sync_readahead( in ext4_readdir()
|
/linux-3.3/include/linux/ |
D | mm.h | 1434 void page_cache_sync_readahead(struct address_space *mapping,
|
/linux-3.3/fs/ |
D | splice.c | 341 page_cache_sync_readahead(mapping, &in->f_ra, in, in __generic_file_splice_read()
|
/linux-3.3/fs/btrfs/ |
D | ctree.h | 2855 page_cache_sync_readahead(mapping, ra, file, offset, req_size); in btrfs_force_ra()
|
D | free-space-cache.c | 255 page_cache_sync_readahead(inode->i_mapping, ra, NULL, 0, last_index); in readahead_cache()
|
D | relocation.c | 2958 page_cache_sync_readahead(inode->i_mapping,
|
/linux-3.3/fs/ocfs2/ |
D | refcounttree.c | 3444 page_cache_sync_readahead(mapping, &file->f_ra, file, in ocfs2_readahead_for_cow()
|