Searched refs:is_empty (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | recovery.c | 55 static int is_empty(void *buf, int len) in is_empty() function 166 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node() 176 if (!is_empty(buf, len)) in get_master_node() 420 return is_empty(p, check_len); in is_last_write() 473 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 486 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 694 } else if (!is_empty(buf, len)) { in ubifs_recover_leb() 933 if (err || !is_empty(sbuf, len)) { in recover_head()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | attach.c | 1112 ai->is_empty = 1; in late_analysis() 1521 if (ai->is_empty) { in self_check_ai()
|
| H A D | ubi.h | 738 int is_empty; member
|
| H A D | vtbl.c | 802 if (ai->is_empty) {
|