Searched refs:is_empty (Results 1 - 4 of 4) sorted by relevance

/u-boot/fs/ubifs/
H A Drecovery.c50 * is_empty - determine whether a buffer is empty (contains all 0xff).
57 static int is_empty(void *buf, int len) function
168 if (!is_empty(buf, min_t(int, len, sz))) {
178 if (!is_empty(buf, len))
422 return is_empty(p, check_len);
475 if (is_empty(buf + skip, len - skip))
488 if (is_empty(buf + skip, len - skip))
696 } else if (!is_empty(buf, len)) {
935 if (err || !is_empty(sbuf, len)) {
/u-boot/drivers/mtd/ubi/
H A Dvtbl.c808 if (ai->is_empty) {
H A Dubi.h716 * @is_empty: flag indicating whether the MTD device is empty or not
742 int is_empty; member in struct:ubi_attach_info
H A Dattach.c1116 ai->is_empty = 1;
1525 if (ai->is_empty) {
1526 ubi_err(ubi, "bad is_empty flag");

Completed in 56 milliseconds