Searched refs:addext (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_imap.c | 1324 int rc, ino, iagno, addext, extno, bitno, sword; in diAlloc() local 1402 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts); in diAlloc() 1410 if (iagp->nfreeinos || addext) { in diAlloc() 1449 if (!addext) in diAlloc() 1459 * hint or, if appropriate (i.e. addext is true), allocate in diAlloc() 1537 if (addext && ~extsmap) { in diAlloc() 1635 int rc, addext, numfree, numinos; in diAllocAG() local 1654 addext = (numfree < 64 || in diAllocAG() 1658 addext = (numfree == 0); in diAllocAG() 1663 if (addext) { in diAllocAG() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_imap.c | 1322 int rc, ino, iagno, addext, extno, bitno, sword; in diAlloc() local 1400 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts); in diAlloc() 1408 if (iagp->nfreeinos || addext) { in diAlloc() 1447 if (!addext) in diAlloc() 1457 * hint or, if appropriate (i.e. addext is true), allocate in diAlloc() 1535 if (addext && ~extsmap) { in diAlloc() 1633 int rc, addext, numfree, numinos; in diAllocAG() local 1652 addext = (numfree < 64 || in diAllocAG() 1656 addext = (numfree == 0); in diAllocAG() 1661 if (addext) { in diAllocAG() [all...] |
Completed in 5 milliseconds