Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwfsmfile.c1644 uint64_t nlen_blk = IW_ROUNDUP((uint64_t) nlen, 1ULL << impl->bpow) >> impl->bpow; in _fsm_reallocate() local
1649 if (nlen_blk == olen_blk) { in _fsm_reallocate()
1654 if (nlen_blk < olen_blk) { in _fsm_reallocate()
1655 rc = _fsm_blk_deallocate_lw(impl, oaddr_blk + nlen_blk, olen_blk - nlen_blk); in _fsm_reallocate()
1658 *olen = nlen_blk << impl->bpow; in _fsm_reallocate()
1661 rc = _fsm_blk_allocate_lw(impl, nlen_blk, &naddr_blk, &sp, opts); in _fsm_reallocate()