Home
last modified time | relevance | path

Searched refs:f2fs_down_read_nested (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Df2fs.h2154 static inline void f2fs_down_read_nested(struct f2fs_rwsem *sem, int subclass) in f2fs_down_read_nested() function
2159 #define f2fs_down_read_nested(sem, subclass) f2fs_down_read(sem) macro
H A Dsuper.c2737 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()