Searched refs:f2fs_up_write_trace (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | gc.c | 120 f2fs_up_write_trace(&sbi->gc_lock, &gc_control.lc); in gc_thread_func() 129 f2fs_up_write_trace(&sbi->gc_lock, in gc_thread_func() 2054 f2fs_up_write_trace(&sbi->gc_lock, &gc_control->lc); in f2fs_gc() 2339 f2fs_up_write_trace(&sbi->gc_lock, &glc); in f2fs_resize_fs() 2405 f2fs_up_write_trace(&sbi->cp_global_sem, &clc); in f2fs_resize_fs() 2406 f2fs_up_write_trace(&sbi->gc_lock, &glc); in f2fs_resize_fs()
|
| H A D | checkpoint.c | 195 void f2fs_up_write_trace(struct f2fs_rwsem *sem, struct f2fs_lock_context *lc) in f2fs_up_write_trace() function 607 f2fs_up_write_trace(&sbi->cp_global_sem, &lc); in f2fs_write_meta_pages() 1962 f2fs_up_write_trace(&sbi->cp_global_sem, &lc); in f2fs_write_checkpoint() 2013 f2fs_up_write_trace(&sbi->gc_lock, &lc); in __write_checkpoint_sync() 2106 f2fs_up_write_trace(&sbi->gc_lock, &lc); in f2fs_issue_checkpoint()
|
| H A D | recovery.c | 936 f2fs_up_write_trace(&sbi->cp_global_sem, &lc); in f2fs_recover_fsync_data()
|
| H A D | data.c | 680 f2fs_up_write_trace(&io->io_rwsem, &lc); in __f2fs_submit_merged_write() 1096 f2fs_up_write_trace(&io->io_rwsem, &lc); in f2fs_submit_page_write()
|
| H A D | super.c | 2677 f2fs_up_write_trace(&sbi->gc_lock, &lc); in f2fs_disable_checkpoint() 2745 f2fs_up_write_trace(&sbi->gc_lock, &lc); in f2fs_enable_checkpoint()
|
| H A D | segment.c | 3368 f2fs_up_write_trace(&sbi->gc_lock, &lc); in f2fs_allocate_pinning_section() 3524 f2fs_up_write_trace(&sbi->gc_lock, &lc); in f2fs_trim_fs()
|
| H A D | f2fs.h | 2446 void f2fs_up_write_trace(struct f2fs_rwsem *sem, struct f2fs_lock_context *lc);
|