Lines Matching defs:entries_count
140 unsigned int entries_count; /* number of entries in ppl_header */
281 io->entries_count == PPL_HDR_MAX_ENTRIES)) {
315 if (io->entries_count > 0) {
317 &pplhdr->entries[io->entries_count - 1];
337 e = &pplhdr->entries[io->entries_count++];
444 for (i = 0; i < io->entries_count; i++) {
456 pplhdr->entries_count = cpu_to_le32(io->entries_count);
982 for (i = 0; i < le32_to_cpu(pplhdr->entries_count); i++) {
1157 for (i = 0; i < le32_to_cpu(pplhdr->entries_count); i++)