Searched refs:rec_idx (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_rename.c | 670 ASSERT(rtxnp->rec_idx > 0); in role_swap_dtree() 671 ASSERT(rtxnp->rec_idx < rtxnp->n_recids); in role_swap_dtree() 673 if (rtxnp->rec_idx >= rtxnp->n_recids || rtxnp->rec_idx <= 0) { in role_swap_dtree() 686 rtxnp->recids[rtxnp->rec_idx] = 0; in role_swap_dtree() 748 ASSERT(rtxnp->rec_idx >= 0); in md_rename_update_self() 823 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in md_rename_update_self() 836 ASSERT(rtxnp->rec_idx >= 0); in md_renexch_update_parent() 849 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in md_renexch_update_parent() 864 ASSERT(rtxnp->rec_idx >= 0); in md_exchange_child_update_to() 923 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in md_exchange_child_update_to() [all …]
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_rename.h | 114 int rec_idx; member
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_ioctl.c | 2170 ASSERT(rtxnp->rec_idx >= 0); in trans_rename_update_self() 2229 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in trans_rename_update_self() 2249 ASSERT(rtxnp->rec_idx >= 0); in trans_renexch_update_kids() 2292 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in trans_renexch_update_kids() 2313 ASSERT(rtxnp->rec_idx >= 0); in trans_exchange_self_update_from_down() 2418 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in trans_exchange_self_update_from_down() 2439 ASSERT(rtxnp->rec_idx >= 0); in trans_exchange_parent_update_to() 2531 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in trans_exchange_parent_update_to()
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror_ioctl.c | 3474 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in mirror_renexch_update_kids() 3494 ASSERT(rtxnp->rec_idx >= 0); in mirror_exchange_self_update_from_down() 3577 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in mirror_exchange_self_update_from_down() 3597 ASSERT(rtxnp->rec_idx >= 0); in mirror_exchange_parent_update_to() 3680 md_store_recid(&rtxnp->rec_idx, rtxnp->recids, delta->unp); in mirror_exchange_parent_update_to()
|