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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dquota_v2.c273 struct v2_disk_dqblk *ddquot; local
283 ddquot = GETENTRIES(buf);
309 for (i = 0; i < V2_DQSTRINBLK && memcmp(&fakedquot, ddquot+i, sizeof(struct v2_disk_dqblk)); i++);
395 struct v2_disk_dqblk ddquot, empty; local
404 mem2diskdqb(&ddquot, &dquot->dq_dqb, dquot->dq_id);
409 if (!memcmp(&empty, &ddquot, sizeof(struct v2_disk_dqblk)))
410 ddquot.dqb_itime = cpu_to_le64(1);
413 (char *)&ddquot, sizeof(struct v2_disk_dqblk), dquot->dq_off);
538 struct v2_disk_dqblk *ddquot = GETENTRIES(buf); local
548 le32_to_cpu(ddquot[
608 struct v2_disk_dqblk ddquot, empty; local
[all...]

Completed in 47 milliseconds