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