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

/linux-master/fs/f2fs/
H A Dsuper.c2883 * f2fs_down_read(quota_sem)
2887 * f2fs_down_read(quota_sem)
2890 f2fs_down_read(&sbi->quota_sem);
2894 f2fs_up_read(&sbi->quota_sem);
3031 f2fs_down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING);
3035 f2fs_up_read(&sbi->quota_sem);
3044 f2fs_down_read(&sbi->quota_sem);
3048 f2fs_up_read(&sbi->quota_sem);
4345 init_f2fs_rwsem(&sbi->quota_sem);
H A Dcheckpoint.c1197 if (!f2fs_down_write_trylock(&sbi->quota_sem))
1209 f2fs_up_write(&sbi->quota_sem);
H A Df2fs.h1644 struct f2fs_rwsem quota_sem; /* blocking cp for flags */ member in struct:f2fs_sb_info

Completed in 387 milliseconds