Searched refs:f2fs_lookup_read_extent_cache (Results 1 – 3 of 3) sorted by relevance
/linux/fs/f2fs/ ! |
H A D | extent_cache.c | 1033 bool f2fs_lookup_read_extent_cache(struct inode *inode, pgoff_t pgofs, in f2fs_lookup_read_extent_cache() function 1047 if (!f2fs_lookup_read_extent_cache(inode, index, &ei)) in f2fs_lookup_read_extent_cache_block()
|
H A D | data.c | 1488 if (!f2fs_lookup_read_extent_cache(inode, pgoff, &ei)) in f2fs_map_blocks_cached() 2233 if (f2fs_lookup_read_extent_cache(inode, start_idx, &ei)) in f2fs_read_multi_pages()
|
H A D | f2fs.h | 4378 bool f2fs_lookup_read_extent_cache(struct inode *inode, pgoff_t pgofs,
|