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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c5285 nsc_size_t vol_end_fill; /* # of FBA's to fill to end of the volume */ local
5308 vol_end_fill = _sd_cache_files[(cd)].cd_info->sh_filesize -
5312 fba_len += ((nsc_size_t)end_cblk_fill < vol_end_fill) ? end_cblk_fill :
5313 vol_end_fill;

Completed in 92 milliseconds