Searched refs:mem_dqinfo (Results 1 - 9 of 9) sorted by relevance

/linux-master/mm/
H A Dshmem_quota.c13 * an rb tree which root is stored in mem_dqinfo->dqi_priv for each quota
70 struct mem_dqinfo *info = &dqopt->info[type];
97 struct mem_dqinfo *info = &sb_dqopt(sb)->info[type];
118 struct mem_dqinfo *info = sb_dqinfo(sb, qid->type);
168 struct mem_dqinfo *info = sb_dqinfo(dquot->dq_sb, dquot->dq_id.type);
269 struct mem_dqinfo *info = sb_dqinfo(dquot->dq_sb, dquot->dq_id.type);
/linux-master/include/linux/
H A Dquota.h222 struct mem_dqinfo { struct
248 static inline int info_dirty(struct mem_dqinfo *info)
525 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */
H A Dquotaops.h122 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type)
/linux-master/fs/ocfs2/
H A Dquota_local.c281 struct mem_dqinfo *info = private;
689 struct mem_dqinfo *info = sb_dqinfo(sb, type);
794 struct mem_dqinfo *info = sb_dqinfo(sb, type);
812 struct mem_dqinfo *info = sb_dqinfo(sb, type);
922 struct mem_dqinfo *info = sb_dqinfo(sb, type);
965 struct mem_dqinfo *info = sb_dqinfo(sb, type);
1096 struct mem_dqinfo *info = sb_dqinfo(sb, type);
H A Dquota_global.c219 struct mem_dqinfo *info = sb_dqinfo(sb, type);
343 struct mem_dqinfo *info = sb_dqinfo(sb, type);
419 struct mem_dqinfo *info = sb_dqinfo(sb, type);
H A Ddlmglue.c4175 struct mem_dqinfo *info = sb_dqinfo(oinfo->dqi_gi.dqi_sb,
4200 struct mem_dqinfo *info = sb_dqinfo(oinfo->dqi_gi.dqi_sb,
/linux-master/fs/quota/
H A Dquota_v2.c95 struct mem_dqinfo *info = &dqopt->info[type];
201 struct mem_dqinfo *info = &dqopt->info[type];
H A Ddquot.c94 * * dq_data_lock protects mem_dqinfo structures and modifications of dquot
1284 struct mem_dqinfo *info = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type];
2728 struct mem_dqinfo *dqi = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type];
2836 struct mem_dqinfo *mi;
2871 struct mem_dqinfo *mi;
/linux-master/fs/bcachefs/
H A Dquota.c220 struct mem_dqinfo *info = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type];

Completed in 280 milliseconds