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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_v2.c59 struct v2_disk_dqheader *dqhead)
63 size = sb->s_op->quota_read(sb, type, (char *)dqhead,
76 struct v2_disk_dqheader dqhead; local
80 if (!v2_read_header(sb, type, &dqhead))
82 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||
83 le32_to_cpu(dqhead.dqh_version) > quota_versions[type])
92 struct v2_disk_dqheader dqhead; local
98 if (!v2_read_header(sb, type, &dqhead))
100 version = le32_to_cpu(dqhead.dqh_version);
58 v2_read_header(struct super_block *sb, int type, struct v2_disk_dqheader *dqhead) argument
H A Dquota_v1.c128 struct v2_disk_dqheader dqhead; local
143 size = sb->s_op->quota_read(sb, type, (char *)&dqhead,
147 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_local.c178 struct ocfs2_disk_dqheader *dqhead; local
189 dqhead = (struct ocfs2_disk_dqheader *)(bh->b_data);
190 if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {
192 " type=%d\n", le32_to_cpu(dqhead->dqh_magic),
196 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) {
198 " type=%d\n", le32_to_cpu(dqhead->dqh_version),
221 dqhead = (struct ocfs2_disk_dqheader *)(bh->b_data);
222 if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) {
225 le32_to_cpu(dqhead->dqh_magic), gmagics[type], type);
228 if (le32_to_cpu(dqhead
[all...]

Completed in 109 milliseconds