Searched refs:f2fs_stop_checkpoint (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | checkpoint.c | 29 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io, in f2fs_stop_checkpoint() function 129 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_META_PAGE); in f2fs_get_meta_page_retry()
|
D | file.c | 2198 f2fs_stop_checkpoint(sbi, false, in f2fs_ioc_shutdown() 2212 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown() 2221 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown() 2225 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown() 2230 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown()
|
D | gc.c | 77 f2fs_stop_checkpoint(sbi, false, in gc_thread_func() 1718 f2fs_stop_checkpoint(sbi, false, in do_garbage_collect()
|
D | inode.c | 720 f2fs_stop_checkpoint(sbi, false, in f2fs_update_inode_page()
|
D | data.c | 338 f2fs_stop_checkpoint(sbi, true, in f2fs_write_end_io() 355 f2fs_stop_checkpoint(sbi, true, in f2fs_write_end_io()
|
D | segment.c | 377 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_FAULT_INJECT); in f2fs_balance_fs() 695 f2fs_stop_checkpoint(sbi, false, in f2fs_flush_device_cache()
|
D | f2fs.h | 3724 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io,
|