Searched refs:f2fs_down_write_trace (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 177 void f2fs_down_write_trace(struct f2fs_rwsem *sem, struct f2fs_lock_context *lc) in f2fs_down_write_trace() function 1870 f2fs_down_write_trace(&sbi->cp_global_sem, &lc); in f2fs_write_checkpoint() 2011 f2fs_down_write_trace(&sbi->gc_lock, &lc); in __write_checkpoint_sync() 2104 f2fs_down_write_trace(&sbi->gc_lock, &lc); in f2fs_issue_checkpoint()
|
| H A D | gc.c | 105 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in gc_thread_func() 110 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in gc_thread_func() 2356 f2fs_down_write_trace(&sbi->gc_lock, &glc); in f2fs_resize_fs() 2357 f2fs_down_write_trace(&sbi->cp_global_sem, &clc); in f2fs_resize_fs()
|
| H A D | recovery.c | 892 f2fs_down_write_trace(&sbi->cp_global_sem, &lc); in f2fs_recover_fsync_data()
|
| H A D | file.c | 1929 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in f2fs_expand_inode_data() 2786 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in f2fs_ioc_gc() 2831 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in __f2fs_ioc_gc_range()
|
| H A D | super.c | 2640 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in f2fs_disable_checkpoint() 2664 f2fs_down_write_trace(&sbi->gc_lock, &lc); in f2fs_disable_checkpoint() 2740 f2fs_down_write_trace(&sbi->gc_lock, &lc); in f2fs_enable_checkpoint()
|
| H A D | segment.c | 465 f2fs_down_write_trace(&sbi->gc_lock, &gc_control.lc); in f2fs_balance_fs() 3365 f2fs_down_write_trace(&sbi->gc_lock, &lc); in f2fs_allocate_pinning_section() 3521 f2fs_down_write_trace(&sbi->gc_lock, &lc); in f2fs_trim_fs()
|
| H A D | data.c | 666 f2fs_down_write_trace(&io->io_rwsem, &lc); in __f2fs_submit_merged_write() 1014 f2fs_down_write_trace(&io->io_rwsem, &lc); in f2fs_submit_page_write()
|
| H A D | f2fs.h | 2442 void f2fs_down_write_trace(struct f2fs_rwsem *sem,
|