Searched defs:hammer_volume_ondisk (Results 1 – 1 of 1) sorted by relevance
739 typedef struct hammer_volume_ondisk { struct740 uint64_t vol_signature; /* HAMMER_FSBUF_VOLUME for a valid header */745 int64_t vol_bot_beg; /* offset of boot area */746 int64_t vol_mem_beg; /* offset of memory log */747 int64_t vol_buf_beg; /* offset of the first buffer in volume */748 int64_t vol_buf_end; /* offset of volume EOF (on buffer boundary) */749 int64_t vol_reserved01;751 hammer_uuid_t vol_fsid; /* identify filesystem */752 hammer_uuid_t vol_fstype; /* identify filesystem type */753 char vol_label[64]; /* filesystem label */[all …]