Home
last modified time | relevance | path

Searched refs:dqb64 (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libutil/
H A Dquotafile.c313 struct dqblk64 dqb64; in quota_read64() local
319 switch (read(qf->fd, &dqb64, sizeof(dqb64))) { in quota_read64()
323 case sizeof(dqb64): in quota_read64()
330 dqb->dqb_btime = be64toh(dqb64.dqb_btime); in quota_read64()
331 dqb->dqb_itime = be64toh(dqb64.dqb_itime); in quota_read64()
387 struct dqblk64 dqb64; in quota_write64() local
392 dqb64.dqb_curblocks = htobe64(dqb->dqb_curblocks); in quota_write64()
395 dqb64.dqb_curinodes = htobe64(dqb->dqb_curinodes); in quota_write64()
396 dqb64.dqb_btime = htobe64(dqb->dqb_btime); in quota_write64()
397 dqb64.dqb_itime = htobe64(dqb->dqb_itime); in quota_write64()
[all …]