Searched refs:to_min (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_rename.c | 738 minor_t from_min, to_min; in md_rename_update_self() local 755 to_min = rtxnp->to.mnum; in md_rename_update_self() 760 MD_SID(delta->unp) = to_min; in md_rename_update_self() 787 MDI_VOIDUNIT(to_min) = delta->uip; in md_rename_update_self() 788 MD_VOIDUNIT(to_min) = delta->unp; in md_rename_update_self() 796 md_kstat_init_ui(to_min, delta->uip); in md_rename_update_self() 802 delta->uip->ui_link.ln_id = to_min; in md_rename_update_self() 860 minor_t from_min, to_min; in md_exchange_child_update_to() local 874 to_min = rtxnp->to.mnum; in md_exchange_child_update_to() 889 MD_PARENT(delta->unp) = to_min; in md_exchange_child_update_to() [all …]
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_ioctl.c | 2161 minor_t from_min, to_min; in trans_rename_update_self() local 2176 to_min = rtxnp->to.mnum; in trans_rename_update_self() 2184 MD_SID(delta->unp) = to_min; in trans_rename_update_self() 2185 un->un_dev = makedevice(md_major, to_min); in trans_rename_update_self() 2198 MDI_VOIDUNIT(to_min) = delta->uip; in trans_rename_update_self() 2199 MD_VOIDUNIT(to_min) = delta->unp; in trans_rename_update_self() 2205 md_kstat_init_ui(to_min, delta->uip); in trans_rename_update_self() 2211 delta->uip->ui_link.ln_id = to_min; in trans_rename_update_self() 2242 minor_t from_min, to_min, log_min, master_min; in trans_renexch_update_kids() local 2255 to_min = rtxnp->to.mnum; in trans_renexch_update_kids() [all …]
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | cache_a.out.c | 74 int to_min; local 96 to_min = mnp - file + 1; 119 if (verscmp(file + to_min, 122 &AP(dbp)[ep->dbe_name], file + to_min); 168 int to_min; /* index into string of minor */ in find_so() local 238 to_min = mnp - dp->d_name + 1; in find_so() 250 cplen, m, to_min); in find_so() 273 if (verscmp(dp->d_name + to_min, in find_so() 275 + to_min)) > 0) in find_so() 288 cp, cplen, m, to_min); in find_so()
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror_ioctl.c | 3488 minor_t from_min, to_min; in mirror_exchange_self_update_from_down() local 3503 to_min = rtxnp->to.mnum; in mirror_exchange_self_update_from_down() 3509 MD_SID(delta->unp) = to_min; in mirror_exchange_self_update_from_down() 3521 MDI_VOIDUNIT(to_min) = delta->uip; in mirror_exchange_self_update_from_down() 3522 MD_VOIDUNIT(to_min) = delta->unp; in mirror_exchange_self_update_from_down() 3534 delta->uip->ui_link.ln_id = to_min; in mirror_exchange_self_update_from_down() 3549 if (md_getminor(sm->sm_dev) == to_min) { in mirror_exchange_self_update_from_down() 3591 minor_t from_min, to_min; in mirror_exchange_parent_update_to() local 3606 to_min = rtxnp->to.mnum; in mirror_exchange_parent_update_to() 3673 sv.setno = MD_MIN2SET(to_min); in mirror_exchange_parent_update_to() [all …]
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe_ioctl.c | 1322 minor_t to_min; in stripe_may_renexch_self() local 1330 to_min = rtxnp->to.mnum; in stripe_may_renexch_self() 1352 related = (!toplevel) && (MD_PARENT(un) == to_min); in stripe_may_renexch_self() 1359 MDE_RENAME_TARGET_UNRELATED, to_min); in stripe_may_renexch_self()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_ioctl.c | 2916 minor_t to_min; in raid_may_renexch_self() local 2921 to_min = rtxnp->to.mnum; in raid_may_renexch_self() 2943 related = (!toplevel) && (MD_PARENT(un) == to_min); in raid_may_renexch_self() 2950 MDE_RENAME_TARGET_UNRELATED, to_min); in raid_may_renexch_self()
|