Home
last modified time | relevance | path

Searched refs:quota_sem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c2331 * down_read(quota_sem) in f2fs_quota_sync()
2335 * down_read(quota_sem) in f2fs_quota_sync()
2338 down_read(&sbi->quota_sem); in f2fs_quota_sync()
2342 up_read(&sbi->quota_sem); in f2fs_quota_sync()
2468 down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
2472 up_read(&sbi->quota_sem); in f2fs_dquot_commit()
2481 down_read(&sbi->quota_sem); in f2fs_dquot_acquire()
2485 up_read(&sbi->quota_sem); in f2fs_dquot_acquire()
3731 init_rwsem(&sbi->quota_sem); in f2fs_fill_super()
H A Dcheckpoint.c1172 if (!down_write_trylock(&sbi->quota_sem)) in __need_flush_quota()
1184 up_write(&sbi->quota_sem); in __need_flush_quota()
H A Df2fs.h1485 struct rw_semaphore quota_sem; /* blocking cp for flags */ member
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c2939 * f2fs_down_read(quota_sem) in f2fs_quota_sync()
2943 * f2fs_down_read(quota_sem) in f2fs_quota_sync()
2946 f2fs_down_read(&sbi->quota_sem); in f2fs_quota_sync()
2950 f2fs_up_read(&sbi->quota_sem); in f2fs_quota_sync()
3087 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
3091 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_commit()
3100 f2fs_down_read(&sbi->quota_sem); in f2fs_dquot_acquire()
3104 f2fs_up_read(&sbi->quota_sem); in f2fs_dquot_acquire()
4398 init_f2fs_rwsem(&sbi->quota_sem); in f2fs_fill_super()
H A 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()
H A Df2fs.h1637 struct f2fs_rwsem quota_sem; /* blocking cp for flags */ member

Completed in 32 milliseconds