Home
last modified time | relevance | path

Searched defs:hammer_volume_ondisk (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/fstyp/
H A Dhammer_disk.h743 typedef struct hammer_volume_ondisk { struct
744 uint64_t vol_signature; /* HAMMER_FSBUF_VOLUME for a valid header */
749 int64_t vol_bot_beg; /* offset of boot area */
750 int64_t vol_mem_beg; /* offset of memory log */
751 int64_t vol_buf_beg; /* offset of the first buffer in volume */
752 int64_t vol_buf_end; /* offset of volume EOF (on buffer boundary) */
753 int64_t vol_reserved01;
755 hammer_uuid_t vol_fsid; /* identify filesystem */
756 hammer_uuid_t vol_fstype; /* identify filesystem type */
757 char vol_label[64]; /* filesystem label */
[all …]