Lines Matching full:pattern
26 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
30 * @param td search pattern descriptor
32 * Check for a pattern at the given place. Used to search bad block
34 * no optional empty check and the pattern is expected to start
43 /* Compare the pattern */ in check_short_pattern()
45 if (p[i] != td->pattern[i]) in check_short_pattern()
55 * @param bd descriptor for the good/bad block search pattern
60 * for the given good/bad block identify pattern
133 * @param bd descriptor for the good/bad block search pattern
181 * @param bd descriptor for the good/bad block search pattern
227 * Define some generic bad / good block scan pattern which are used
236 .pattern = scan_ff_pattern,