Searched refs:dqfilehdr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dquota.h148 struct dqfilehdr { struct
227 (sizeof (struct dqfilehdr) + ((index) * sizeof (struct dqblk)))
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c500 struct dqfilehdr dqhdr = {0};
560 struct dqfilehdr dqhdr;
570 if (read(fd, &dqhdr, sizeof(struct dqfilehdr)) != sizeof(struct dqfilehdr))
668 struct dqfilehdr dqhdr;
676 if (read(fd, &dqhdr, sizeof(struct dqfilehdr)) != sizeof(struct dqfilehdr))
/macosx-10.10/diskdev_cmds-576/quota.tproj/
H A Dquota.c714 struct dqfilehdr dqhdr;
724 if (read(fd, &dqhdr, sizeof(struct dqfilehdr)) != sizeof(struct dqfilehdr)) {
/macosx-10.10/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c260 struct dqfilehdr dqhdr;
291 if (fread((char *)&dqhdr, sizeof(struct dqfilehdr), 1, qf) > 0) {
/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c374 struct dqfilehdr dqhdr = {0};
410 if (fread((char *)&dqhdr, sizeof(struct dqfilehdr), 1, qfi) > 0) {
547 fwrite((char *)&dqhdr, sizeof(struct dqfilehdr), 1, qfo);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c414 struct dqfilehdr header;
471 struct dqfilehdr header;

Completed in 123 milliseconds