Searched refs:n_sections (Results 1 – 5 of 5) sorted by relevance
114 ctx->n_sections = pe->sections; in pefile_parse_binary()115 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()270 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()278 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()291 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
20 unsigned n_sections; member
607 unsigned n_sections, struct journal_completion *comp) in xor_journal() argument610 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()640 n_sections--; in xor_journal()641 if (!n_sections) in xor_journal()658 BUG_ON(n_sections); in xor_journal()699 unsigned n_sections, struct journal_completion *comp) in crypt_journal() argument735 n_sections--; in crypt_journal()736 } while (n_sections); in crypt_journal()743 unsigned n_sections, struct journal_completion *comp) in encrypt_journal() argument746 return xor_journal(ic, encrypt, section, n_sections, comp); in encrypt_journal()[all …]
92 int n_sections; /* # of section headers */ member
299 slidx->n_sections = sects; in mca_make_slidx()