Searched refs:highid (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c440 u_long id, lastid, highid = 0; local
458 highid = id;
485 if (fup->fu_id > highid)
486 highid = fup->fu_id;
500 if (highid < lastid &&
502 sb.st_size > (off_t)((highid + 2) * sizeof(struct dqblk)))
504 (((off_t)highid + 2) * sizeof(struct dqblk)));
/freebsd-13-stable/usr.sbin/repquota/
H A Drepquota.c96 static u_long highid[MAXQUOTAS]; /* highest addid()'ed identifier per type */ variable
333 if (id > highid[type])
334 highid[type] = id;

Completed in 167 milliseconds