Searched refs:ref_size (Results 1 – 3 of 3) sorted by relevance
453 size_t ref_size, align; in _tnf_get_slot_typed() local465 ref_size = _tnf_get_ref_size(tnf, type_elt); in _tnf_get_slot_typed()472 align = (ref_size == 4)? 4: _tnf_get_align(tnf, type_elt); in _tnf_get_slot_typed()484 offset += ref_size; in _tnf_get_slot_typed()531 size_t ref_size, align; in _tnf_get_slot_named() local543 ref_size = _tnf_get_ref_size(tnf, type_elt); in _tnf_get_slot_named()550 align = (ref_size == 4)? 4: _tnf_get_align(tnf, type_elt); in _tnf_get_slot_named()564 offset += ref_size; in _tnf_get_slot_named()
370 size_t ref_size, align; in init_slots() local385 ref_size = INFO_REF_SIZE(elt_info); in init_slots()396 offset += ref_size; in init_slots()
996 nsc_size_t ref_size; in rdc_ref_size_possible() local1000 ref_size = FBA_LEN(bitmap_size * BITS_IN_BYTE * sizeof (unsigned char)); in rdc_ref_size_possible()1001 if (bitmap_end_fbas + ref_size > vol_size) in rdc_ref_size_possible()1004 ref_size = FBA_LEN(bitmap_size * BITS_IN_BYTE * sizeof (unsigned int)); in rdc_ref_size_possible()1005 if (bitmap_end_fbas + ref_size > vol_size) in rdc_ref_size_possible()1020 size_t ref_size; in rdc_move_bitmap() local1081 ref_size = rdc_ref_size_possible(krdc->bitmap_size, vol_size); in rdc_move_bitmap()1103 rdc_set_refcnt_ops(krdc, ref_size); in rdc_move_bitmap()