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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_stream_size_estimate.ksh75 typeset vol_size=$(get_estimated_size "zfs send -nP $send_vol@snap")
77 within_percent $vol_size $vol_lrefer 90 || log_fail \
78 "$vol_size and $vol_lrefer differed by too much"
/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/fs/hsfs/
H A Dhsfs_vfsops.c454 sbp->f_blocks = (fsblkcnt64_t)fsp->hsfs_vol.vol_size;
1079 hvp->vol_size = HSV_VOL_SIZE(volp);
1296 hvp->vol_size = ISO_VOL_SIZE(volp);
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c517 fsp->vol_size = ISO_VOL_SIZE(bufp);
541 printf(" VS=%d\n", fsp->vol_size);
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c439 hsfsp->vol_size = ISO_VOL_SIZE(bufp);
/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 106 milliseconds