Home
last modified time | relevance | path

Searched refs:un_head_lof (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c922 ASSERT(ul->un_tail_lof != ul->un_head_lof); in ldl_round_commit()
985 if (ul->un_head_lof <= ul->un_tail_lof) in ldl_has_space()
986 nfb = (ul->un_head_lof - ul->un_bol_lof) + in ldl_has_space()
989 nfb = ul->un_head_lof - ul->un_tail_lof; in ldl_has_space()
1266 if (new_lof == ul->un_head_lof) in ldl_sethead()
1272 if (new_lof > ul->un_head_lof) { in ldl_sethead()
1273 nb = new_lof - ul->un_head_lof; in ldl_sethead()
1274 inval_range(ul, &ul->un_wrbuf, ul->un_head_lof, nb); in ldl_sethead()
1275 inval_range(ul, &ul->un_rdbuf, ul->un_head_lof, nb); in ldl_sethead()
1278 beg_blkno = btodb(ul->un_head_lof); in ldl_sethead()
[all …]
H A Dlufs_debug.c277 head = ul->un_head_lof; in logmap_logscan_debug()
588 off_t head = ul->un_head_lof; in ldl_sethead_debug()
H A Dlufs_thread.c58 #define ldl_empty(ul) ((ul)->un_head_lof == (ul)->un_tail_lof)
H A Dlufs_map.c1936 lof = ul->un_head_lof; in logmap_logscan()
/titanic_41/usr/src/common/lvm/
H A Dmd_convert.c586 big->un_head_lof = small->un_head_lof; in trans_log_convert()
614 small->un_head_lof = big->un_head_lof; in trans_log_convert()
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c284 ASSERT(ul->un_head_lof >= ul->un_bol_lof); in ldl_build_incore()
469 ul->un_head_lof = ul->un_bol_lof; in ldl_create()
H A Dtrans_ioctl.c1187 un->un_l_head = (daddr32_t)btodb(ul->un_head_lof); in trans_get()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h86 off32_t un_head_lof; /* byte offset of head */ member
147 off32_t un_head_lof; /* byte offset of head */ member
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h250 #define un_head_lof un_ondisk.od_head_lof macro