Searched refs:memcmpb (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
D | nftlmount.c | 251 static int memcmpb(void *a, int c, int n) in memcmpb() function 278 if (memcmpb(buf, 0xff, SECTORSIZE) != 0) in check_free_sectors() 285 if (memcmpb(buf + SECTORSIZE, 0xff, mtd->oobsize) != 0) in check_free_sectors() 395 if (memcmpb(&bci, 0xff, 8) != 0 || in check_sectors_in_chain() 532 if (memcmpb(buf, 0xff, 8)) in check_and_mark_free_block() 535 if (memcmpb(buf, 0xff, 16)) in check_and_mark_free_block()
|
D | inftlmount.c | 309 static int memcmpb(void *a, int c, int n) in memcmpb() function 339 if (memcmpb(buf, 0xff, SECTORSIZE) != 0) in check_free_sectors() 346 if (memcmpb(buf + SECTORSIZE, 0xff, mtd->oobsize) != 0) in check_free_sectors()
|