Searched refs:pplhdr (Results 1 – 1 of 1) sorted by relevance
237 struct ppl_header *pplhdr; in ppl_new_iounit() local255 pplhdr = page_address(io->header_page); in ppl_new_iounit()256 clear_page(pplhdr); in ppl_new_iounit()257 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_new_iounit()258 pplhdr->signature = cpu_to_le32(ppl_conf->signature); in ppl_new_iounit()261 pplhdr->generation = cpu_to_le64(io->seq); in ppl_new_iounit()270 struct ppl_header *pplhdr; in ppl_log_stripe() local312 pplhdr = page_address(io->header_page); in ppl_log_stripe()316 &pplhdr->entries[io->entries_count - 1]; in ppl_log_stripe()336 e = &pplhdr->entries[io->entries_count++]; in ppl_log_stripe()[all …]