Searched refs:addext (Results 1 – 1 of 1) sorted by relevance
1322 int rc, ino, iagno, addext, extno, bitno, sword; in diAlloc() local1397 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts); in diAlloc()1405 if (iagp->nfreeinos || addext) { in diAlloc()1444 if (!addext) in diAlloc()1532 if (addext && ~extsmap) { in diAlloc()1630 int rc, addext, numfree, numinos; in diAllocAG() local1649 addext = (numfree < 64 || in diAllocAG()1653 addext = (numfree == 0); in diAllocAG()1658 if (addext) { in diAllocAG()