Searched refs:dqh_magic (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquotaio_v2.h26 __le32 dqh_magic; /* Magic number identifying file */ member in struct:v2_disk_dqheader
H A Dquota_v1.c119 __le32 dqh_magic; /* Magic number identifying file */ member in struct:v2_disk_dqheader
147 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type])
H A Dquota_v2.c82 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsamba_linux_quota.h246 u_int32_t dqh_magic; /* Magic number identifying file */ member in struct:v2_disk_dqheader
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_local.c190 if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {
192 " type=%d\n", le32_to_cpu(dqhead->dqh_magic),
222 if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) {
225 le32_to_cpu(dqhead->dqh_magic), gmagics[type], type);
H A Docfs2_fs.h1136 __le32 dqh_magic; /* Magic number identifying file */ member in struct:ocfs2_disk_dqheader

Completed in 48 milliseconds