Home
last modified time | relevance | path

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

/haiku/src/preferences/virtualmemory/
H A DSettings.cpp176 fs_info volStat; in ReadSwapSettings() local
182 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()