Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A 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()
128 rc = dquot_alloc_block(ip, nxlen); in extAlloc()
130 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
151 dbFree(ip, nxaddr, nxlen); in extAlloc()
152 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 …]