Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_extent.c73 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()
133 rc = dquot_alloc_block(ip, nxlen); in extAlloc()
135 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
156 dbFree(ip, nxaddr, nxlen); in extAlloc()
157 dquot_free_block(ip, nxlen); in extAlloc()
[all …]
H A Djfs_xtree.c1511 int nxlen, xlen, lxlen, rxlen; in xtUpdate() local
1519 nxlen = lengthXAD(nxad); in xtUpdate()
1591 if (xlen > nxlen) { in xtUpdate()
1593 XADoffset(xad, xoff + nxlen); in xtUpdate()
1613 xlen = nxlen = lxlen + nxlen; in xtUpdate()
1623 if (nxlen == xlen) { in xtUpdate()
1663 if (xlen > nxlen) in xtUpdate()
1707 split.len = nxlen; in xtUpdate()
1848 xoff = xoff + nxlen; in xtUpdate()
1849 xlen = xlen - nxlen; in xtUpdate()
[all …]