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

/linux-master/fs/quota/
H A Dquota_v2.c58 struct v2_disk_dqheader *dqhead)
62 size = sb->s_op->quota_read(sb, type, (char *)dqhead,
77 struct v2_disk_dqheader dqhead; local
81 if (v2_read_header(sb, type, &dqhead))
83 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||
84 le32_to_cpu(dqhead.dqh_version) > quota_versions[type])
93 struct v2_disk_dqheader dqhead; local
104 ret = v2_read_header(sb, type, &dqhead);
107 version = le32_to_cpu(dqhead.dqh_version);
57 v2_read_header(struct super_block *sb, int type, struct v2_disk_dqheader *dqhead) argument
H A Dquota_v1.c132 struct v2_disk_dqheader dqhead; local
147 size = sb->s_op->quota_read(sb, type, (char *)&dqhead,
151 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type])
/linux-master/fs/ocfs2/
H A Dquota_local.c171 struct ocfs2_disk_dqheader *dqhead; local
182 dqhead = (struct ocfs2_disk_dqheader *)(bh->b_data);
183 if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {
185 " type=%d\n", le32_to_cpu(dqhead->dqh_magic),
189 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) {
191 " type=%d\n", le32_to_cpu(dqhead->dqh_version),
214 dqhead = (struct ocfs2_disk_dqheader *)(bh->b_data);
215 if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) {
218 le32_to_cpu(dqhead->dqh_magic), gmagics[type], type);
221 if (le32_to_cpu(dqhead
[all...]

Completed in 122 milliseconds