Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4692 int64_t tmp_frags; in probe_summaryinfo() local
4694 daddr += tmp_frags) { in probe_summaryinfo()
4695 if ((tmp_frags = checkfragallocated(daddr)) > 0) in probe_summaryinfo()
4696 growth_csum_frags += tmp_frags; in probe_summaryinfo()