Searched refs:n_sections (Results 1 – 3 of 3) 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()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()
16 unsigned n_sections; member
915 n_sections--; in xor_journal()916 if (!n_sections) in xor_journal()933 BUG_ON(n_sections); in xor_journal()1012 n_sections--; in crypt_journal()1013 } while (n_sections); in crypt_journal()1085 unsigned int section, unsigned int n_sections, in rw_journal() argument1091 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()3374 unsigned int n_sections, unsigned char commit_seq) in init_journal() argument3378 if (!n_sections) in init_journal()3381 for (n = 0; n < n_sections; n++) { in init_journal()[all …]