Searched refs:ubi_self_check_all_ff (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/mtd/ubi/ |
D | debug.h | 48 int ubi_self_check_all_ff(struct ubi_device *ubi, int pnum, int offset,
|
D | io.c | 246 err = ubi_self_check_all_ff(ubi, pnum, offset, len); in ubi_io_write() 292 err = ubi_self_check_all_ff(ubi, pnum, offset, len); in ubi_io_write() 339 err = ubi_self_check_all_ff(ubi, pnum, 0, ubi->peb_size); in do_sync_erase() 1356 int ubi_self_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len) in ubi_self_check_all_ff() function
|
D | wl.c | 2129 err = ubi_self_check_all_ff(ubi, e->pnum, ubi->vid_hdr_aloffset,
|