Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c408 inval_range(ul, cb, ul->un_tail_lof, 1); in get_write_bp()
422 bp->b_blkno = btodb(ul->un_tail_lof); in get_write_bp()
423 ASSERT(dbtob(bp->b_blkno) == ul->un_tail_lof); in get_write_bp()
621 rlof = ul->un_tail_lof; in find_read_lof()
757 ul->un_tail_lof += copy_nb; in storebuf()
765 ul->un_tail_lof += sizeof (sect_trailer_t); in storebuf()
769 if (ul->un_tail_lof == ul->un_eol_lof) { in storebuf()
770 ul->un_tail_lof = ul->un_bol_lof; in storebuf()
916 ul->un_tail_lof = dbtob(bp->b_blkno) + bcount; in ldl_round_commit()
918 if (ul->un_tail_lof == ul->un_eol_lof) { in ldl_round_commit()
[all …]
H A Dlufs_thread.c58 #define ldl_empty(ul) ((ul)->un_head_lof == (ul)->un_tail_lof)
H A Dlufs_debug.c589 off_t tail = ul->un_tail_lof; in ldl_sethead_debug()
H A Dlufs_map.c1938 while (lof != ul->un_tail_lof) { in logmap_logscan()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_log.h252 #define un_tail_lof un_ondisk.od_tail_lof macro