Home
last modified time | relevance | path

Searched refs:addext (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_imap.c1325 int rc, ino, iagno, addext, extno, bitno, sword; in diAlloc() local
1403 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts); in diAlloc()
1411 if (iagp->nfreeinos || addext) { in diAlloc()
1450 if (!addext) in diAlloc()
1538 if (addext && ~extsmap) { in diAlloc()
1636 int rc, addext, numfree, numinos; in diAllocAG() local
1655 addext = (numfree < 64 || in diAllocAG()
1659 addext = (numfree == 0); in diAllocAG()
1664 if (addext) { in diAllocAG()