Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_imap.c1337 int rc, ino, iagno, addext, extno, bitno, sword; in diAlloc() local
1412 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts); in diAlloc()
1420 if (iagp->nfreeinos || addext) { in diAlloc()
1459 if (!addext) in diAlloc()
1547 if (addext && ~extsmap) { in diAlloc()
1645 int rc, addext, numfree, numinos; in diAllocAG() local
1664 addext = (numfree < 64 || in diAllocAG()
1668 addext = (numfree == 0); in diAllocAG()
1673 if (addext) { in diAllocAG()