Searched refs:f2fs_stop_checkpoint (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | file.c | 1930 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 1940 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 1944 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 1949 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown()
|
D | checkpoint.c | 29 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io) in f2fs_stop_checkpoint() function 126 f2fs_stop_checkpoint(sbi, false); in f2fs_get_meta_page_nofail()
|
D | inode.c | 594 f2fs_stop_checkpoint(sbi, false); in f2fs_update_inode_page()
|
D | data.c | 162 f2fs_stop_checkpoint(sbi, true); in f2fs_write_end_io() 171 f2fs_stop_checkpoint(sbi, true); in f2fs_write_end_io()
|
D | gc.c | 58 f2fs_stop_checkpoint(sbi, false); in gc_thread_func()
|
D | f2fs.h | 2962 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io);
|
D | segment.c | 479 f2fs_stop_checkpoint(sbi, false); in f2fs_balance_fs()
|