1CHECK_SHORT_PATTERN(9) Internal Functions Provided CHECK_SHORT_PATTERN(9)
2
3
4
6 check_short_pattern - [GENERIC] check if a pattern is in the buffer
7
9 int check_short_pattern(uint8_t * buf, struct nand_bbt_descr * td);
10
12 buf
13 the buffer to search
14
15 td
16 search pattern descriptor
17
19 Check for a pattern at the given place. Used to search bad block tables
20 and good / bad block identifiers. Same as check_pattern, but no
21 optional empty check
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
28Kernel Hackers Manual 2.6. June 2019 CHECK_SHORT_PATTERN(9)