Home
last modified time | relevance | path

Searched refs:f2fs_rwsem_is_locked (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c435 if (f2fs_rwsem_is_locked(&sbi->cp_global_sem)) in cache_nat_entry()
580 if (!f2fs_rwsem_is_locked(&sbi->cp_global_sem) || checkpoint_context) { in f2fs_get_node_info()
H A Dsegment.c445 int factor = f2fs_rwsem_is_locked(&sbi->cp_rwsem) ? 3 : 2; in excess_dirty_threshold()
492 (!f2fs_time_over(sbi, REQ_TIME) && f2fs_rwsem_is_locked(&sbi->cp_rwsem))) in f2fs_balance_fs_bg()
H A Df2fs.h2105 static inline int f2fs_rwsem_is_locked(struct f2fs_rwsem *sem) in f2fs_rwsem_is_locked() function

Completed in 20 milliseconds