Lines Matching refs:GFP_KERNEL
33 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
117 new = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in new_fm_vhdr()
148 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_aeb()
203 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
312 GFP_KERNEL); in update_vol()
469 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
473 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in scan_pool()
536 GFP_KERNEL); in scan_pool()
893 fmsb = kmalloc(sizeof(*fmsb), GFP_KERNEL); in ubi_scan_fastmap()
899 fm = kzalloc(sizeof(*fm), GFP_KERNEL); in ubi_scan_fastmap()
942 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap()
948 vh = ubi_zalloc_vid_hdr(ubi, GFP_KERNEL); in ubi_scan_fastmap()
1055 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()
1367 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in erase_block()
1426 fm = kzalloc(sizeof(*fm), GFP_KERNEL); in invalidate_fastmap()
1515 new_fm = kzalloc(sizeof(*new_fm), GFP_KERNEL); in ubi_update_fastmap()