Searched refs:btrlr (Results 1 – 1 of 1) sorted by relevance
284 struct block_trailer *btrlr; in read_block() local361 btrlr = (struct block_trailer *)(bdata + data_remaining - sizeof (struct block_trailer)); in read_block()363 btrlr->total_length = SWAPLONG(btrlr->total_length); in read_block()369 if (bhdr.total_length != btrlr->total_length) { in read_block()