Searched refs:f2fs_stop_checkpoint (Results 1 – 7 of 7) sorted by relevance
/fs/f2fs/ |
D | checkpoint.c | 26 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io) in f2fs_stop_checkpoint() function 122 f2fs_stop_checkpoint(sbi, false); in f2fs_get_meta_page_nofail()
|
D | gc.c | 58 f2fs_stop_checkpoint(sbi, false); in gc_thread_func() 1215 f2fs_stop_checkpoint(sbi, false); in do_garbage_collect()
|
D | file.c | 2111 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2121 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2125 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2130 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown()
|
D | inode.c | 602 f2fs_stop_checkpoint(sbi, false); in f2fs_update_inode_page()
|
D | data.c | 212 f2fs_stop_checkpoint(sbi, true); in f2fs_write_end_io() 221 f2fs_stop_checkpoint(sbi, true); in f2fs_write_end_io()
|
D | f2fs.h | 3172 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io);
|
D | segment.c | 493 f2fs_stop_checkpoint(sbi, false); in f2fs_balance_fs()
|