Searched refs:bits_per_fba (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8091 int bits_per_fba = FBA_SIZE(1) * DSW_BITS; local
8103 fba = ip->bi_copyfba + startchunk / bits_per_fba;
8104 chunk = startchunk % bits_per_fba;
8114 high = startchunk + bits_per_fba - startchunk%bits_per_fba;

Completed in 70 milliseconds