Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2607 f2fs_down_read(&sbi->quota_sem); in f2fs_quota_sync()
2611 f2fs_up_read(&sbi->quota_sem); in f2fs_quota_sync()
2737 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
2741 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_commit()
2750 f2fs_down_read(&sbi->quota_sem); in f2fs_dquot_acquire()
2754 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_acquire()
4000 init_f2fs_rwsem(&sbi->quota_sem); in f2fs_fill_super()
H A Dcheckpoint.c1170 if (!f2fs_down_write_trylock(&sbi->quota_sem)) in __need_flush_quota()
1182 f2fs_up_write(&sbi->quota_sem); in __need_flush_quota()
H A Df2fs.h1663 struct f2fs_rwsem quota_sem; /* blocking cp for flags */ member