Searched defs:hammer_volume_ondisk (Results 1 – 1 of 1) sorted by relevance
743 typedef struct hammer_volume_ondisk { struct744 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 …]