Home
last modified time | relevance | path

Searched refs:cb_dirty (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c302 ASSERT(bp == cb->cb_bp && bp == cb->cb_dirty); in push_dirty_bp()
313 cb->cb_dirty = NULL; in push_dirty_bp()
365 if (bp == cb->cb_dirty || bp->b_bcount == 0) { in inval_range()
400 if ((bp = cb->cb_dirty) != NULL) { in get_write_bp()
417 cb->cb_dirty = bp; in get_write_bp()
542 ASSERT(cb->cb_dirty == NULL); in free_cirbuf()
692 ASSERT(bp == cb->cb_bp && bp == cb->cb_dirty); in extend_write_bp()
902 if ((bp = cb->cb_dirty) == NULL) in ldl_round_commit()
952 if ((bp = cb->cb_dirty) == NULL) in ldl_push_commit()
1181 (bp != ul->un_wrbuf.cb_dirty)); in ldl_read()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h126 buf_t *cb_dirty; /* filling this buffer for log write */ member