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

/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c434 dbus_uint64_t vol_size; local
507 vol_size = mi.dki_capacity * block_size;
514 vol_size = 0;
518 libhal_device_set_property_uint64 (ctx, udi, "volume.size", vol_size, &error);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c2174 * vol_size
2176 static s64 vol_size(ntfs_volume *v, s64 nr_clusters) function
2284 print_vol_size("Current volume size", vol_size(vol, vol->nr_clusters));
2423 print_vol_size("New volume size ", vol_size(vol, new_size));

Completed in 28 milliseconds