Searched refs:fbas (Results 1 – 2 of 2) sorted by relevance
178 nsc_size_t fbas; in node_fba_fill() local190 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()
60 #define BMAP_LOG_BYTES(fbas) (IND_BYTE(FBA_TO_LOG_NUM((fbas)-1))+1) argument