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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquotaio_v1.h20 struct v1_disk_dqblk { struct
31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v1.c16 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d)
28 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m)
43 struct v1_disk_dqblk dqblk;
49 memset(&dqblk, 0, sizeof(struct v1_disk_dqblk));
50 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id));
65 struct v1_disk_dqblk dqblk;
75 sizeof(struct v1_disk_dqblk), v1_dqoff(dquot->dq_id));
76 if (ret != sizeof(struct v1_disk_dqblk)) {
118 if ((blocks % sizeof(struct v1_disk_dqblk) * BLOCK_SIZE + off) % sizeof(struct v1_disk_dqblk))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_linux_quota.h49 #define V1_DQOFF(__id) ((loff_t) ((__id) * sizeof(struct v1_disk_dqblk)))
52 struct v1_disk_dqblk { struct

Completed in 57 milliseconds