Searched refs:sbnum (Results 1 – 1 of 1) sorted by relevance
1607 uint64_t sbnum, nlen; in _fsm_allocate() local1618 sbnum = (uint64_t) * oaddr >> impl->bpow; in _fsm_allocate()1623 rc = _fsm_blk_allocate_lw(f->impl, (uint64_t) len >> impl->bpow, &sbnum, &nlen, opts); in _fsm_allocate()1626 *oaddr = (sbnum << impl->bpow); in _fsm_allocate()