Searched refs:f2fs_ra_meta_pages_cond (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | recovery.c | 415 f2fs_ra_meta_pages_cond(sbi, blkaddr); in find_fsync_dnodes() 729 f2fs_ra_meta_pages_cond(sbi, blkaddr); in recover_data()
|
H A D | checkpoint.c | 290 void f2fs_ra_meta_pages_cond(struct f2fs_sb_info *sbi, pgoff_t index) in f2fs_ra_meta_pages_cond() function
|
H A D | f2fs.h | 3444 void f2fs_ra_meta_pages_cond(struct f2fs_sb_info *sbi, pgoff_t index);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | recovery.c | 396 f2fs_ra_meta_pages_cond(sbi, *blkaddr_fast, ra_blocks); in sanity_check_node_chain() 851 f2fs_ra_meta_pages_cond(sbi, blkaddr, ra_blocks); in recover_data()
|
H A D | checkpoint.c | 309 void f2fs_ra_meta_pages_cond(struct f2fs_sb_info *sbi, pgoff_t index, in f2fs_ra_meta_pages_cond() function
|
H A D | f2fs.h | 3769 void f2fs_ra_meta_pages_cond(struct f2fs_sb_info *sbi, pgoff_t index,
|
Completed in 24 milliseconds