Lines Matching refs:hdr_offset
1195 int64_t hdr_offset = 0;1232 hdr_offset = block_size;1234 hdr_offset = lseek64(fd, 0, SEEK_END) - block_size;1236 if (hdr_offset < 0) {1241 if (blk_rw(fd, 0, hdr_offset, hdr, block_size)) {