Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c817 if (crb && !(crb->c_invalid)) { in logmap_list_get_roll()
1287 crb->c_invalid = 0; in logmap_add_buf()
1346 crbsav->c_invalid = 0; in logmap_add_buf()
1757 crb->c_invalid = 1; in logmap_cancel()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h288 uchar_t c_invalid; /* crb should not be used */ member