Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h148 uint32_t od_badlog; /* is the log okay? */ member
241 #define un_badlog un_ondisk.od_badlog
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c553 } else if (odi.od_badlog) { in lufs_boot_init()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c501 if (ud->od_badlog) in dumplog()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5034 } else if (log_odi->od_badlog) { in log_get_header_info()