Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_extent.c73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
93 nxlen = lengthXAD(xp); in extAlloc()
103 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
105 xaddr = hint + nxlen; in extAlloc()
108 hint += (nxlen - 1); in extAlloc()
121 nxlen = xlen; in extAlloc()
122 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
128 rc = dquot_alloc_block(ip, nxlen); in extAlloc()
130 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
143 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
[all …]
Djfs_xtree.c1511 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local
1519 nxlen = lengthXAD(nxad); in xtUpdate()
1551 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1578 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()
1581 XADlength(lxad, lxlen + nxlen); in xtUpdate()
1591 if (xlen > nxlen) { in xtUpdate()
1593 XADoffset(xad, xoff + nxlen); in xtUpdate()
1594 XADlength(xad, xlen - nxlen); in xtUpdate()
1595 XADaddress(xad, xaddr + nxlen); in xtUpdate()
1613 xlen = nxlen = lxlen + nxlen; in xtUpdate()
[all …]