Searched defs:vol_size (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c437 dbus_uint64_t vol_size; local
518 vol_size = mi.dki_capacity * block_size;
525 vol_size = 0;
529 libhal_device_set_property_uint64 (ctx, udi, "volume.size", vol_size, &error);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c990 * bitmap size in bytes, vol_size fba's
994 rdc_ref_size_possible(nsc_size_t bitmap_size, nsc_size_t vol_size) argument
1001 if (bitmap_end_fbas + ref_size > vol_size)
1005 if (bitmap_end_fbas + ref_size > vol_size)
1018 nsc_size_t vol_size; local
1072 sts = nsc_partsize(newfd, &vol_size);
1081 ref_size = rdc_ref_size_possible(krdc->bitmap_size, vol_size);
1083 if (vol_size < req_size) {
1086 " vs %" NSC_SZFMT " blocks", newbitmap, vol_size, req_size);
1361 nsc_size_t vol_size; local
1893 nsc_size_t vol_size; local
[all...]
H A Drdc_dev.c293 nsc_size_t vol_size, maxfbas; local
302 rc = nsc_partsize(RDC_U_FD(krdc), &vol_size);
308 urdc->volume_size = vol_size = 0;
311 urdc->volume_size = vol_size;
H A Drdc_diskq.c2851 nsc_size_t vol_size = 0; local
2899 (void) nsc_partsize(krdc->bitmapfd, &vol_size);
2903 if (vol_size < req_size) {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h132 ulong_t vol_size; /* no. of Logical blocks in Volume */ member in struct:hs_volume
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c3950 nsc_size_t vol_size; local
3992 rc = nsc_partsize(fd, &vol_size);
4000 op->ii_nchunks = (vol_size / DSW_SIZE) -1;

Completed in 74 milliseconds