Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dquotafile.c285 struct dqblk32 dqb32; in quota_read32() local
291 switch (read(qf->fd, &dqb32, sizeof(dqb32))) { in quota_read32()
295 case sizeof(dqb32): in quota_read32()
298 dqb->dqb_curblocks = dqb32.dqb_curblocks; in quota_read32()
301 dqb->dqb_curinodes = dqb32.dqb_curinodes; in quota_read32()
302 dqb->dqb_btime = dqb32.dqb_btime; in quota_read32()
303 dqb->dqb_itime = dqb32.dqb_itime; in quota_read32()
364 struct dqblk32 dqb32; in quota_write32() local
373 dqb32.dqb_btime = CLIP32(dqb->dqb_btime); in quota_write32()
374 dqb32.dqb_itime = CLIP32(dqb->dqb_itime); in quota_write32()
[all …]