Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dnode.c431 if (f2fs_rwsem_is_locked(&sbi->cp_global_sem)) in cache_nat_entry()
576 if (!f2fs_rwsem_is_locked(&sbi->cp_global_sem) || checkpoint_context) { in f2fs_get_node_info()
Dsegment.c417 int factor = f2fs_rwsem_is_locked(&sbi->cp_rwsem) ? 3 : 2; in excess_dirty_threshold()
458 (!f2fs_time_over(sbi, REQ_TIME) && f2fs_rwsem_is_locked(&sbi->cp_rwsem))) in f2fs_balance_fs_bg()
Df2fs.h2165 static inline int f2fs_rwsem_is_locked(struct f2fs_rwsem *sem) in f2fs_rwsem_is_locked() function