Searched refs:volStat (Results 1 – 1 of 1) sorted by relevance
176 fs_info volStat; in ReadSwapSettings() local182 if (fs_stat_dev(vol.Device(), &volStat) == 0) { in ReadSwapSettings()184 if (strcmp(volume, volStat.volume_name) == 0) in ReadSwapSettings()186 if (strcmp(device, volStat.device_name) == 0) in ReadSwapSettings()188 if (volCapacity == volStat.total_blocks * volStat.block_size) in ReadSwapSettings()190 if (strcmp(filesystem, volStat.fsh_name) == 0) in ReadSwapSettings()