Searched refs:page_cache_sync_readahead (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/mm/ |
D | readahead.c | 479 void page_cache_sync_readahead(struct address_space *mapping, in page_cache_sync_readahead() function 496 EXPORT_SYMBOL_GPL(page_cache_sync_readahead);
|
D | filemap.c | 1557 page_cache_sync_readahead(mapping, in do_generic_file_read() 1860 page_cache_sync_readahead(mapping, ra, file, offset, in do_sync_mmap_readahead()
|
/linux-4.4.14/fs/ext4/ |
D | dir.c | 154 page_cache_sync_readahead( in ext4_readdir()
|
/linux-4.4.14/fs/f2fs/ |
D | dir.c | 853 page_cache_sync_readahead(inode->i_mapping, ra, file, n, in f2fs_readdir()
|
/linux-4.4.14/fs/ |
D | splice.c | 347 page_cache_sync_readahead(mapping, &in->f_ra, in, in __generic_file_splice_read()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 2002 void page_cache_sync_readahead(struct address_space *mapping,
|
/linux-4.4.14/fs/btrfs/ |
D | free-space-cache.c | 300 page_cache_sync_readahead(inode->i_mapping, ra, NULL, 0, last_index); in readahead_cache()
|
D | ctree.h | 3939 page_cache_sync_readahead(mapping, ra, file, offset, req_size); in btrfs_force_ra()
|
D | relocation.c | 3140 page_cache_sync_readahead(inode->i_mapping,
|