dqblk32
maxid = st.st_size / sizeof(struct dqblk32) - 1;
struct dqblk32 dqb32;
off = id * sizeof(struct dqblk32);
struct dqblk32 dqb32;
off = id * sizeof(struct dqblk32);
recsize = sizeof(struct dqblk32);
dqb32_dq((struct dqblk32 *)buf, dq);
dq_dqb32(dq, (struct dqblk32 *)buf);
recsize = sizeof(struct dqblk32);
dqb32_dq(const struct dqblk32 *dqb32, struct dquot *dq)
dq_dqb32(const struct dquot *dq, struct dqblk32 *dqb32)
dqb64_dqb32(const struct dqblk64 *dqb64, struct dqblk32 *dqb32)
dqb32_dqb64(const struct dqblk32 *dqb32, struct dqblk64 *dqb64)
static void dqb32_dq(const struct dqblk32 *, struct dquot *);
static void dq_dqb32(const struct dquot *, struct dqblk32 *);
static void dqb32_dqb64(const struct dqblk32 *, struct dqblk64 *);
static void dqb64_dqb32(const struct dqblk64 *, struct dqblk32 *);
struct dqblk32 dqb32;
struct dqblk32 dqb32;
struct dqblk32 dqb32;