Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_extent.c89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
109 nxlen = lengthXAD(xp); in extAlloc()
119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
121 xaddr = hint + nxlen; in extAlloc()
124 hint += (nxlen - 1); in extAlloc()
137 nxlen = xlen; in extAlloc()
138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
144 rc = dquot_alloc_block(ip, nxlen); in extAlloc()
146 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
[all …]
Djfs_xtree.c1718 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local
1726 nxlen = lengthXAD(nxad); in xtUpdate()
1758 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1777 if (nxlen == xlen) { in xtUpdate()
1805 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()
1808 XADlength(lxad, lxlen + nxlen); in xtUpdate()
1818 if (xlen > nxlen) { in xtUpdate()
1820 XADoffset(xad, xoff + nxlen); in xtUpdate()
1821 XADlength(xad, xlen - nxlen); in xtUpdate()
1822 XADaddress(xad, xaddr + nxlen); in xtUpdate()
[all …]