Searched refs:pplhdr (Results 1 – 1 of 1) sorted by relevance
244 struct ppl_header *pplhdr; in ppl_new_iounit() local262 pplhdr = page_address(io->header_page); in ppl_new_iounit()263 clear_page(pplhdr); in ppl_new_iounit()264 memset(pplhdr->reserved, 0xff, PPL_HDR_RESERVED); in ppl_new_iounit()265 pplhdr->signature = cpu_to_le32(ppl_conf->signature); in ppl_new_iounit()268 pplhdr->generation = cpu_to_le64(io->seq); in ppl_new_iounit()277 struct ppl_header *pplhdr; in ppl_log_stripe() local319 pplhdr = page_address(io->header_page); in ppl_log_stripe()323 &pplhdr->entries[io->entries_count - 1]; in ppl_log_stripe()343 e = &pplhdr->entries[io->entries_count++]; in ppl_log_stripe()[all …]