Searched refs:pplhdr (Results 1 – 1 of 1) sorted by relevance
237 struct ppl_header *pplhdr; in ppl_new_iounit() local256 pplhdr = page_address(io->header_page); in ppl_new_iounit()257 clear_page(pplhdr); in ppl_new_iounit()258 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_new_iounit()259 pplhdr->signature = cpu_to_le32(ppl_conf->signature); in ppl_new_iounit()262 pplhdr->generation = cpu_to_le64(io->seq); in ppl_new_iounit()271 struct ppl_header *pplhdr; in ppl_log_stripe() local313 pplhdr = page_address(io->header_page); in ppl_log_stripe()317 &pplhdr->entries[io->entries_count - 1]; in ppl_log_stripe()337 e = &pplhdr->entries[io->entries_count++]; in ppl_log_stripe()[all …]