Searched refs:nxlen (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_extent.c | 73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 98 nxlen = lengthXAD(xp); in extAlloc() 108 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 110 xaddr = hint + nxlen; in extAlloc() 113 hint += (nxlen - 1); in extAlloc() 126 nxlen = xlen; in extAlloc() 127 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 133 rc = dquot_alloc_block(ip, nxlen); in extAlloc() 135 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc() 148 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc() [all …]
|
| H A D | jfs_xtree.c | 1526 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local 1534 nxlen = lengthXAD(nxad); in xtUpdate() 1566 (nxoff + nxlen > xoff + xlen)) { in xtUpdate() 1593 (lxlen + nxlen < MAXXLEN)) { in xtUpdate() 1596 XADlength(lxad, lxlen + nxlen); in xtUpdate() 1606 if (xlen > nxlen) { in xtUpdate() 1608 XADoffset(xad, xoff + nxlen); in xtUpdate() 1609 XADlength(xad, xlen - nxlen); in xtUpdate() 1610 XADaddress(xad, xaddr + nxlen); in xtUpdate() 1628 xlen = nxlen = lxlen + nxlen; in xtUpdate() [all …]
|