Searched refs:n_sections (Results 1 – 5 of 5) sorted by relevance
110 ctx->n_sections = pe->sections; in pefile_parse_binary()111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()266 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()274 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()287 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
16 unsigned n_sections; member
92 int n_sections; /* # of section headers */ member
299 slidx->n_sections = sects; in mca_make_slidx()
899 unsigned n_sections, struct journal_completion *comp) in xor_journal() argument932 n_sections--; in xor_journal()933 if (!n_sections) in xor_journal()950 BUG_ON(n_sections); in xor_journal()1027 n_sections--; in crypt_journal()1028 } while (n_sections); in crypt_journal()1103 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()2861 unsigned n_sections, unsigned char commit_seq) in init_journal() argument2865 if (!n_sections) in init_journal()2868 for (n = 0; n < n_sections; n++) { in init_journal()[all …]
Completed in 17 milliseconds