Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_extent.c76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
96 nxlen = lengthXAD(xp); in extAlloc()
106 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
108 xaddr = hint + nxlen; in extAlloc()
111 hint += (nxlen - 1); in extAlloc()
124 nxlen = xlen; in extAlloc()
125 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
131 rc = dquot_alloc_block(ip, nxlen); in extAlloc()
133 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
146 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
[all …]
Djfs_xtree.c1705 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local
1713 nxlen = lengthXAD(nxad); in xtUpdate()
1745 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1764 if (nxlen == xlen) { in xtUpdate()
1792 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()
1795 XADlength(lxad, lxlen + nxlen); in xtUpdate()
1805 if (xlen > nxlen) { in xtUpdate()
1807 XADoffset(xad, xoff + nxlen); in xtUpdate()
1808 XADlength(xad, xlen - nxlen); in xtUpdate()
1809 XADaddress(xad, xaddr + nxlen); in xtUpdate()
[all …]