Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c178 nsc_size_t fbas; in node_fba_fill() local
190 fbas = FBA_LEN(nchunks * sizeof (NODE)); in node_fba_fill()
191 while (fbas > 0) { in node_fba_fill()
194 if (fbas < maxfbas) maxfbas = fbas; in node_fba_fill()
229 fbas -= maxfbas; in node_fba_fill()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.h60 #define BMAP_LOG_BYTES(fbas) (IND_BYTE(FBA_TO_LOG_NUM((fbas)-1))+1) argument