Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h147 uint32_t od_version; /* version number */ member
240 #define un_version un_ondisk.od_version
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c549 if (odi.od_version != LUFS_VERSION_LATEST) { in lufs_boot_init()
551 odi.od_version, LUFS_VERSION_LATEST); in lufs_boot_init()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c500 (void) fprintf(fout, "version\t\t%" PRIu32 "\t\t", ud->od_version); in dumplog()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c519 ud->od_version = LUFS_VERSION_LATEST; in lufs_initialize()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5027 if (log_odi->od_version != LUFS_VERSION_LATEST) { in log_get_header_info()