Home
last modified time | relevance | path

Searched refs:un_head_ident (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/common/lvm/
H A Dmd_convert.c587 big->un_head_ident = small->un_head_ident; in trans_log_convert()
615 small->un_head_ident = big->un_head_ident; in trans_log_convert()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1246 new_ident = ul->un_head_ident; in ldl_sethead()
1306 ul->un_head_ident = new_ident; in ldl_sethead()
1308 ul->un_tail_ident = ul->un_head_ident; in ldl_sethead()
1337 ul->un_head_ident = lufs_hd_genid(ul); in ldl_settail()
1338 ul->un_tail_ident = ul->un_head_ident; in ldl_settail()
1358 new_ident = ul->un_head_ident + (end_blkno - beg_blkno); in ldl_settail()
1362 new_ident = ul->un_head_ident + (end_blkno - beg_blkno); in ldl_settail()
1390 ident = ul->un_head_ident; in ldl_logscan_ident()
H A Dlufs.c371 if ((ul->un_chksum != ul->un_head_ident + ul->un_tail_ident) || in lufs_snarf()
459 if (up != NULL && up->un_head_ident == id) { in lufs_hd_genid()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h87 uint_t un_head_ident; /* head sector id # */ member
148 uint_t un_head_ident; /* head sector id # */ member
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h251 #define un_head_ident un_ondisk.od_head_ident macro
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c471 ul->un_head_ident = tv.tv_sec; in ldl_create()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c341 if ((ul->un_chksum == ul->un_head_ident + ul->un_tail_ident) && in logsetup()
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4072 if ((ul->un_chksum == ul->un_head_ident + ul->un_tail_ident) && in logsetup()