Searched refs:f2fs_stop_checkpoint (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | inode.c | 678 f2fs_stop_checkpoint(sbi, false); in f2fs_update_inode_page()
|
H A D | file.c | 2249 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2265 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2275 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2279 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown() 2284 f2fs_stop_checkpoint(sbi, false); in f2fs_ioc_shutdown()
|
H A D | gc.c | 72 f2fs_stop_checkpoint(sbi, false); in gc_thread_func() 1652 f2fs_stop_checkpoint(sbi, false); in do_garbage_collect()
|
H A D | checkpoint.c | 26 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io) in f2fs_stop_checkpoint() function 121 f2fs_stop_checkpoint(sbi, false); in f2fs_get_meta_page_retry()
|
H A D | data.c | 359 f2fs_stop_checkpoint(sbi, true); in f2fs_write_end_io() 375 f2fs_stop_checkpoint(sbi, true); in f2fs_write_end_io()
|
H A D | f2fs.h | 3435 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io);
|
H A D | segment.c | 588 f2fs_stop_checkpoint(sbi, false); in f2fs_balance_fs()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 2222 f2fs_stop_checkpoint(sbi, false, in f2fs_ioc_shutdown() 2235 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown() 2243 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown() 2246 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown() 2250 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_ioc_shutdown()
|
H A 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, STOP_CP_REASON_META_PAGE); in f2fs_get_meta_page_retry()
|
H A D | gc.c | 76 f2fs_stop_checkpoint(sbi, false, in gc_thread_func() 1747 f2fs_stop_checkpoint(sbi, false, in do_garbage_collect()
|
H A D | inode.c | 763 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_UPDATE_INODE); in f2fs_update_inode_page()
|
H A D | data.c | 347 f2fs_stop_checkpoint(sbi, true, in f2fs_write_end_io() 364 f2fs_stop_checkpoint(sbi, true, in f2fs_write_end_io()
|
H A D | segment.c | 404 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_FAULT_INJECT); in f2fs_balance_fs() 730 f2fs_stop_checkpoint(sbi, false, in f2fs_flush_device_cache()
|
H A D | f2fs.h | 3758 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io,
|
Completed in 66 milliseconds