Searched refs:dqhdr64 (Results 1 – 3 of 3) sorted by relevance
116 struct dqhdr64 dqh; in quota_open()166 be32toh(dqh.dqh_hdrlen) != sizeof(struct dqhdr64) || in quota_open()188 dqh.dqh_hdrlen = htobe32(sizeof(struct dqhdr64)); in quota_open()314 off = sizeof(struct dqhdr64) + id * sizeof(struct dqblk64); in quota_read64()397 off = sizeof(struct dqhdr64) + id * sizeof(struct dqblk64); in quota_write64()518 struct dqhdr64 dqh; in quota_convert()558 dqh.dqh_hdrlen = htobe32(sizeof(struct dqhdr64)); in quota_convert()
126 struct dqhdr64 { struct
61 CTASSERT(sizeof(struct dqblk64) == sizeof(struct dqhdr64));1225 struct dqhdr64 dqh; in dqopen()1252 be32toh(dqh.dqh_hdrlen) == (uint32_t)sizeof(struct dqhdr64) && in dqopen()1412 base = sizeof(struct dqhdr64); in dqget()1604 base = sizeof(struct dqhdr64); in dqsync()