Home
last modified time | relevance | path

Searched refs:un_l_tail (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/lvm/
H A Dmd_convert.c508 big->un_l_tail = small->un_l_tail; in trans_master_convert()
537 small->un_l_tail = big->un_l_tail; in trans_master_convert()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h643 daddr32_t un_l_tail; /* sector offset of log tail */ member
694 daddr32_t un_l_tail; /* sector offset of log tail */ member
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c1193 un->un_l_tail = (daddr32_t)btodb(ul->un_tail_lof); in trans_get()
1203 if (un->un_l_head <= un->un_l_tail) in trans_get()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1278 tail = mt->un_l_tail; in log_report()