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

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.h73 #define BIT_TO_FBA(b) (FBA_NUM(b) >> 3) macro
H A Drdc_bitmap.c2196 if ((!fbaset) || fba != BIT_TO_FBA(st)) {
2203 fba = BIT_TO_FBA(st);
2314 if (!fbaset || fba != BIT_TO_FBA(st)) {
2323 fba = BIT_TO_FBA(st);
2373 fba = BIT_TO_FBA(st);

Completed in 61 milliseconds