HomeSort by: relevance | last modified time | path
    Searched defs:quotamap (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_ffs/
quota2.c 47 static char **quotamap; variable in typeref:typename:char **
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))
quota2.c 47 static char **quotamap; variable in typeref:typename:char **
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))
quota2.c 47 static char **quotamap; variable in typeref:typename:char **
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 35 milliseconds