Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_thread.c217 if (!rbp->rb_crb) { in log_roll_read()
256 crb_t *crb = rbp->rb_crb; in log_roll_write_crb()
380 if (rbp->rb_crb) { in log_roll_write()
H A Dlufs_top.c660 if (rbp->rb_crb) { in top_read_roll()
661 rbp->rb_bh.b_blkno = lbtodb(rbp->rb_crb->c_mof); in top_read_roll()
H A Dlufs_map.c768 rbp->rb_crb = NULL; in logmap_list_get_roll()
824 rbp->rb_crb = crb; in logmap_list_get_roll()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h498 crb_t *rb_crb; /* cached roll buffer to roll */ member