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

/netbsd-current/sbin/fsck_ffs/
H A Dquota2.c47 static char **quotamap; variable
201 if (!isset(quotamap[blk], qidx)) {
204 clrbit(quotamap[blk], qidx);
217 setbit(quotamap[blk], qidx);
355 quotamap = malloc(sizeof(*quotamap) * nq2map);
360 quotamap[i] = calloc(roundup(howmany(nq2e, NBBY),
363 setbit(quotamap[i], j);
381 if (!isset(quotamap[i], j))

Completed in 68 milliseconds