Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota_v1.c60 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in v1_read_dqblk() local
62 if (!dqopt->files[type]) in v1_read_dqblk()
161 struct quota_info *dqopt = sb_dqopt(sb); in v1_read_file_info() local
166 down_read(&dqopt->dqio_sem); in v1_read_file_info()
177 dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS; in v1_read_file_info()
178 dqopt->info[type].dqi_max_ino_limit = 0xffffffff; in v1_read_file_info()
179 dqopt->info[type].dqi_igrace = in v1_read_file_info()
181 dqopt->info[type].dqi_bgrace = in v1_read_file_info()
185 up_read(&dqopt->dqio_sem); in v1_read_file_info()
191 struct quota_info *dqopt = sb_dqopt(sb); in v1_write_file_info() local
[all …]
H A Dquota_v2.c94 struct quota_info *dqopt = sb_dqopt(sb); in v2_read_file_info() local
95 struct mem_dqinfo *info = &dqopt->info[type]; in v2_read_file_info()
102 down_read(&dqopt->dqio_sem); in v2_read_file_info()
192 up_read(&dqopt->dqio_sem); in v2_read_file_info()
200 struct quota_info *dqopt = sb_dqopt(sb); in v2_write_file_info() local
201 struct mem_dqinfo *info = &dqopt->info[type]; in v2_write_file_info()
206 down_write(&dqopt->dqio_sem); in v2_write_file_info()
221 up_write(&dqopt->dqio_sem); in v2_write_file_info()
338 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in v2_read_dquot() local
342 down_read(&dqopt->dqio_sem); in v2_read_dquot()
[all …]
/linux/mm/
H A Dshmem_quota.c67 struct quota_info *dqopt = sb_dqopt(sb); in shmem_read_file_info() local
68 struct mem_dqinfo *info = &dqopt->info[type]; in shmem_read_file_info()
119 struct quota_info *dqopt = sb_dqopt(sb); in shmem_get_next_id() local
126 down_read(&dqopt->dqio_sem); in shmem_get_next_id()
156 up_read(&dqopt->dqio_sem); in shmem_get_next_id()
172 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in shmem_acquire_dquot() local
177 down_write(&dqopt->dqio_sem); in shmem_acquire_dquot()
232 up_write(&dqopt->dqio_sem); in shmem_acquire_dquot()
270 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in shmem_release_dquot() local
278 down_write(&dqopt->dqio_sem); in shmem_release_dquot()
[all …]