Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dsuper.c2750 f2fs_down_read(&sbi->quota_sem); in f2fs_quota_sync()
2754 f2fs_up_read(&sbi->quota_sem); in f2fs_quota_sync()
2880 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
2884 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_commit()
2893 f2fs_down_read(&sbi->quota_sem); in f2fs_dquot_acquire()
2897 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_acquire()
4192 init_f2fs_rwsem(&sbi->quota_sem); in f2fs_fill_super()
Dcheckpoint.c1183 if (!f2fs_down_write_trylock(&sbi->quota_sem)) in __need_flush_quota()
1195 f2fs_up_write(&sbi->quota_sem); in __need_flush_quota()
Df2fs.h1710 struct f2fs_rwsem quota_sem; /* blocking cp for flags */ member