Home
last modified time | relevance | path

Searched refs:txn_stat (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c279 bzero((void *) &new->txn_stat, sizeof (md_rendstat_t)); in md_build_rendelta()
548 r->txn_stat.locked = TRUE; in lock_dtree()
580 ASSERT(r->txn_stat.locked); in check_dtree()
588 r->txn_stat.is_open = md_unit_isopen(r->uip); in check_dtree()
598 if ((r->txn_stat.is_open) && in check_dtree()
635 r->txn_stat.checked = TRUE; in check_dtree()
659 ASSERT(r->txn_stat.locked); in role_swap_dtree()
660 ASSERT(r->txn_stat.checked); in role_swap_dtree()
664 r->txn_stat.role_swapped = TRUE; in role_swap_dtree()
706 ASSERT(!(r->txn_stat.unlocked)); /* "has been unlocked" */ in unlock_dtree()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h153 md_rendstat_t txn_stat; member
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h905 int txn_stat __P((DB_TXNMGR *, DB_TXN_STAT **, void *(*)(size_t)));
/titanic_41/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c920 txn_stat(mgr, statp, db_malloc) in txn_stat() function
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c3137 if (! (delta->txn_stat.role_swapped) || ! (delta->txn_stat.is_open)) { in raid_rename_unlock()