/titanic_41/usr/src/uts/common/io/lvm/hotspares/ |
H A D | hotspares.c | 114 recid = mddb_createrec(sizeof (hot_spare_pool_ond_t), typ1, in seths_create_hsp() 119 recid = mddb_createrec(sizeof (hot_spare_pool_ond_t), typ1, in seths_create_hsp() 255 recid = mddb_createrec(HS_ONDSK_STR_SIZE, typ1, HS_REC, in seths_add() 259 recid = mddb_createrec(HS_ONDSK_STR_SIZE, typ1, HS_REC, in seths_add() 299 recid = mddb_createrec(sizeof (hot_spare_pool_ond_t), in seths_add() 359 recid = mddb_createrec(new_size, typ1, HSP_REC, options, setno); in seths_add() 843 recid = mddb_createrec(HS_ONDSK_STR_SIZE, typ1, HS_REC, in seths_replace() 847 recid = mddb_createrec(HS_ONDSK_STR_SIZE, typ1, HS_REC, in seths_replace()
|
/titanic_41/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp_ioctl.c | 487 recids[0] = mddb_createrec((size_t)msp->size, rec_type, 0, in sp_set() 491 recids[0] = mddb_createrec((size_t)msp->size, rec_type, 0, in sp_set() 817 recid = mddb_createrec((size_t)mgp->size, rec_type, 0, in sp_grow() 821 recid = mddb_createrec((size_t)mgp->size, rec_type, 0, in sp_grow()
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe_ioctl.c | 177 ms_recid = mddb_createrec((size_t)msp->size, typ1, 0, in stripe_set() 181 ms_recid = mddb_createrec((size_t)msp->size, typ1, 0, in stripe_set() 487 ms_recid = mddb_createrec((size_t)mgp->size, typ1, 0, in stripe_grow() 491 ms_recid = mddb_createrec((size_t)mgp->size, typ1, 0, in stripe_grow()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_mddb.h | 854 extern mddb_recid_t mddb_createrec(size_t usersize, 909 #define mddb_createrec(s, a, b) (0xffff & (int)(mddb_fakeit = \ macro
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_log.c | 444 recid = mddb_createrec(ML_UNIT_ONDSZ, typ1, LOG_REC, in ldl_create()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_ioctl.c | 918 mr_recid = mddb_createrec(msp->size, typ1, 0, in raid_set() 922 mr_recid = mddb_createrec(msp->size, typ1, 0, in raid_set() 1772 mr_recid = mddb_createrec(mgph->size, typ1, 0, in raid_grow() 1776 mr_recid = mddb_createrec(mgph->size, typ1, 0, in raid_grow()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 201 mddb_createrec(sizeof (struct nm_header), in create_hdr() 210 mddb_createrec(sizeof (struct nm_header), in create_hdr() 290 new_id = mddb_createrec((size_t)alloc_size, rec_type, 1, in create_record() 345 new_id = mddb_createrec((size_t)rh->r_alloc_size + alloc_size, rec_type, in expand_record()
|
H A D | md_ioctl.c | 1333 ur->ur_recid = mddb_createrec(ur->ur_size, ur->ur_type, in mddb_userreq_ioctl() 3732 recid = mddb_createrec(sizeof (struct vtoc), MDDB_VTOC, 0, in md_set_vtoc() 3886 recid = mddb_createrec(MD_EFI_PARTNAME_BYTES, MDDB_EFILABEL, 0, in md_set_extvtoc() 4093 recid = mddb_createrec(MD_EFI_PARTNAME_BYTES, MDDB_EFILABEL, 0, in md_set_efi()
|
H A D | md_subr.c | 3895 efi_recid = mddb_createrec(MD_EFI_PARTNAME_BYTES, MDDB_EFILABEL, 0, in md_vtoc_to_efi_record()
|
H A D | md_mddb.c | 8827 mddb_createrec( in mddb_createrec() function
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror_ioctl.c | 196 recid = mddb_createrec((size_t)msp->size, typ1, MIRROR_REC, in mirror_set() 204 recid = mddb_createrec((size_t)msp->size, typ1, MIRROR_REC, in mirror_set() 1406 recid = mddb_createrec(offsetof(mm_unit_t, un_smic), typ1, in mirror_grow_unit()
|
H A D | mirror_resync.c | 739 recid = mddb_createrec(size, typ1, RESYNC_REC, in create_unit_resync() 3404 recid = mddb_createrec(size, typ1, RESYNC_REC, in mirror_resize_resync_regions() 3527 recid = mddb_createrec(size, typ1, RESYNC_REC, in mirror_add_resync_regions()
|