Lines Matching full:pattern
20 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
24 * @param td search pattern descriptor
26 * Check for a pattern at the given place. Used to search bad block
28 * no optional empty check and the pattern is expected to start
37 /* Compare the pattern */ in check_short_pattern()
39 if (p[i] != td->pattern[i]) in check_short_pattern()
49 * @param bd descriptor for the good/bad block search pattern
54 * for the given good/bad block identify pattern
126 * @param bd descriptor for the good/bad block search pattern
170 * @param bd descriptor for the good/bad block search pattern
210 * Define some generic bad / good block scan pattern which are used
219 .pattern = scan_ff_pattern,