Searched refs:f2fs_down_read_nested (Results 1 – 2 of 2) sorted by relevance
2178 static inline void f2fs_down_read_nested(struct f2fs_rwsem *sem, int subclass) in f2fs_down_read_nested() function2188 #define f2fs_down_read_nested(sem, subclass) f2fs_down_read(sem) macro
3044 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()