Home
last modified time | relevance | path

Searched refs:cp_rwsem (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Df2fs.h1711 struct f2fs_rwsem cp_rwsem; /* blocking FS operations */ member
2376 f2fs_down_read(&sbi->cp_rwsem); in f2fs_lock_op()
2383 return f2fs_down_read_trylock(&sbi->cp_rwsem); in f2fs_trylock_op()
2388 f2fs_up_read(&sbi->cp_rwsem); in f2fs_unlock_op()
2393 f2fs_down_write(&sbi->cp_rwsem); in f2fs_lock_all()
2398 f2fs_up_write(&sbi->cp_rwsem); in f2fs_unlock_all()
H A Dsegment.c472 int factor = f2fs_rwsem_is_locked(&sbi->cp_rwsem) ? 3 : 2; in excess_dirty_threshold()
519 (!f2fs_time_over(sbi, REQ_TIME) && f2fs_rwsem_is_locked(&sbi->cp_rwsem))) in f2fs_balance_fs_bg()
H A Dsuper.c4908 init_f2fs_rwsem(&sbi->cp_rwsem); in f2fs_fill_super()