Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsuper.c2940 f2fs_down_read(&sbi->quota_sem); in f2fs_quota_sync()
2944 f2fs_up_read(&sbi->quota_sem); in f2fs_quota_sync()
3081 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
3085 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_commit()
3094 f2fs_down_read(&sbi->quota_sem); in f2fs_dquot_acquire()
3098 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_acquire()
4397 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