Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Dsuper.c2907 f2fs_down_read(&sbi->quota_sem); in f2fs_quota_sync()
2911 f2fs_up_read(&sbi->quota_sem); in f2fs_quota_sync()
3048 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
3052 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_commit()
3061 f2fs_down_read(&sbi->quota_sem); in f2fs_dquot_acquire()
3065 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_acquire()
4364 init_f2fs_rwsem(&sbi->quota_sem); in f2fs_fill_super()
Dcheckpoint.c1182 if (!f2fs_down_write_trylock(&sbi->quota_sem)) in __need_flush_quota()
1194 f2fs_up_write(&sbi->quota_sem); in __need_flush_quota()
Df2fs.h1633 struct f2fs_rwsem quota_sem; /* blocking cp for flags */ member