Searched defs:BLK_FBAS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c311 int BLK_FBAS; /* number of FBA's in a cache block */ variable
482 BLK_FBAS = FBA_NUM(CACHE_BLOCK_SIZE);
483 BLK_FBA_BITS = _fba_bits[BLK_FBAS];
537 BLK_FBAS = 0;
2050 BLK_TO_FBA_NUM(CENTRY_BLK(cc_ent)), BLK_FBAS);
2130 st_cblk_len = BLK_FBAS - st_cblk_off;
2170 ((fba_len > (nsc_size_t)BLK_FBAS) ?
2171 BLK_FBAS : fba_len);
2350 ((fba_len > (nsc_size_t)BLK_FBAS) ?
2351 BLK_FBAS
[all...]

Completed in 54 milliseconds