| /linux/drivers/mtd/ubi/ |
| H A D | attach.c | 181 struct ubi_ainf_peb *aeb; in ubi_alloc_aeb() local 183 aeb = kmem_cache_zalloc(ai->aeb_slab_cache, GFP_KERNEL); in ubi_alloc_aeb() 184 if (!aeb) in ubi_alloc_aeb() 187 aeb->pnum = pnum; in ubi_alloc_aeb() 188 aeb->ec = ec; in ubi_alloc_aeb() 189 aeb->vol_id = UBI_UNKNOWN; in ubi_alloc_aeb() 190 aeb->lnum = UBI_UNKNOWN; in ubi_alloc_aeb() 192 return aeb; in ubi_alloc_aeb() 203 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb) in ubi_free_aeb() argument 205 kmem_cache_free(ai->aeb_slab_cache, aeb); in ubi_free_aeb() [all …]
|
| H A D | fastmap.c | 139 struct ubi_ainf_peb *aeb; in add_aeb() local 141 aeb = ubi_alloc_aeb(ai, pnum, ec); in add_aeb() 142 if (!aeb) in add_aeb() 145 aeb->lnum = -1; in add_aeb() 146 aeb->scrub = scrub; in add_aeb() 147 aeb->copy_flag = aeb->sqnum = 0; in add_aeb() 149 ai->ec_sum += aeb->ec; in add_aeb() 152 if (ai->max_ec < aeb->ec) in add_aeb() 153 ai->max_ec = aeb->ec; in add_aeb() 155 if (ai->min_ec > aeb->ec) in add_aeb() [all …]
|
| H A D | wl.c | 1757 static int erase_aeb(struct ubi_device *ubi, struct ubi_ainf_peb *aeb, bool sync) argument 1766 e->pnum = aeb->pnum; 1767 e->ec = aeb->ec; 1778 err = schedule_erase(ubi, e, aeb->vol_id, aeb->lnum, 0, false); 1804 struct ubi_ainf_peb *aeb, *tmp; local 1826 list_for_each_entry_safe(aeb, tmp, &ai->erase, u.list) { 1829 err = erase_aeb(ubi, aeb, false); 1836 list_for_each_entry(aeb, &ai->free, u.list) { 1845 e->pnum = aeb->pnum; 1846 e->ec = aeb->ec; [all …]
|
| H A D | eba.c | 1534 struct ubi_ainf_peb *aeb; in self_check_eba() local 1578 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1579 scan_eba[i][aeb->lnum] = aeb->pnum; in self_check_eba() 1585 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1586 fm_eba[i][aeb->lnum] = aeb->pnum; in self_check_eba() 1629 struct ubi_ainf_peb *aeb; in ubi_eba_init() local 1662 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in ubi_eba_init() 1663 if (aeb->lnum >= vol->reserved_pebs) { in ubi_eba_init() 1668 ubi_move_aeb_to_list(av, aeb, &ai->erase); in ubi_eba_init() 1672 entry = &vol->eba_tbl->entries[aeb->lnum]; in ubi_eba_init() [all …]
|
| H A D | vtbl.c | 367 struct ubi_ainf_peb *aeb; in process_lvol() local 399 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in process_lvol() 400 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol() 401 if (!leb[aeb->lnum]) { in process_lvol() 406 err = ubi_io_read_data(ubi, leb[aeb->lnum], aeb->pnum, 0, in process_lvol() 419 aeb->scrub = 1; in process_lvol()
|
| H A D | debug.c | 207 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb() argument 210 pr_err("\tec %d\n", aeb->ec); in ubi_dump_aeb() 211 pr_err("\tpnum %d\n", aeb->pnum); in ubi_dump_aeb() 213 pr_err("\tlnum %d\n", aeb->lnum); in ubi_dump_aeb() 214 pr_err("\tscrub %d\n", aeb->scrub); in ubi_dump_aeb() 215 pr_err("\tsqnum %llu\n", aeb->sqnum); in ubi_dump_aeb()
|
| H A D | ubi.h | 824 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb); 961 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 1068 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list() argument 1071 rb_erase(&aeb->u.rb, &av->root); in ubi_move_aeb_to_list() 1072 list_add_tail(&aeb->u.list, list); in ubi_move_aeb_to_list()
|
| H A D | debug.h | 46 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 1205 ed0a aeb RXE_FRRD
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 1555 <https://www.win.tue.nl/~aeb/linux/vfs/trail.html>
|
| /linux/ |
| H A D | CREDITS | 578 E: aeb@cwi.nl
|
| H A D | MAINTAINERS | 7382 M: Andries Brouwer <aeb@cwi.nl> 7384 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 7385 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 7386 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
|