Searched refs:VD_OP_GET_CAPACITY (Results 1 – 3 of 3) sorted by relevance
107 #define VD_OP_GET_CAPACITY 0x11 /* Get disk capacity */ macro
3835 ASSERT(request->operation == VD_OP_GET_CAPACITY); in vd_get_capacity()4111 {X(VD_OP_GET_CAPACITY), vd_get_capacity, NULL},4399 vd->operations |= VD_OP_MASK_READ | (1 << VD_OP_GET_CAPACITY); in vd_set_exported_operations()
7116 rv = vdc_do_sync_op(vdc, VD_OP_GET_CAPACITY, (caddr_t)vd_cap, alloc_len, in vdc_get_capacity()7143 if (!VD_OP_SUPPORTED(vdc->operations, VD_OP_GET_CAPACITY)) in vdc_check_capacity()