| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_allocator.c | 115 new_tnodes = kmalloc(n_tnodes * dev->tnode_size, GFP_NOFS); in yaffs_create_tnodes() 142 tnl = kmalloc(sizeof(struct yaffs_tnode_list), GFP_NOFS); in yaffs_create_tnodes() 258 new_objs = kmalloc(n_obj * sizeof(struct yaffs_obj), GFP_NOFS); in yaffs_create_free_objs() 259 list = kmalloc(sizeof(struct yaffs_obj_list), GFP_NOFS); in yaffs_create_free_objs() 350 allocator = kmalloc(sizeof(struct yaffs_allocator), GFP_NOFS); in yaffs_init_raw_tnodes_and_objs()
|
| H A D | yaffs_summary.c | 89 dev->sum_tags = kmalloc(sum_tags_bytes, GFP_NOFS); in yaffs_summary_init() 90 dev->gc_sum_tags = kmalloc(sum_tags_bytes, GFP_NOFS); in yaffs_summary_init()
|
| H A D | yaffs_checkptrw.c | 155 kmalloc(dev->param.total_bytes_per_chunk, GFP_NOFS); in yaffs2_checkpt_open() 182 kmalloc(sizeof(int) * dev->checkpt_max_blocks, GFP_NOFS); in yaffs2_checkpt_open()
|
| H A D | yaffs_yaffs1.c | 213 GFP_NOFS); in yaffs1_scan()
|
| H A D | yaffs_guts.c | 132 buf = kmalloc(dev->param.total_bytes_per_chunk, GFP_NOFS); in yaffs_init_tmp_buffers() 161 return kmalloc(dev->data_bytes_per_chunk, GFP_NOFS); in yaffs_get_temp_buffer() 2032 new_str = kmalloc((len + 1) * sizeof(YCHAR), GFP_NOFS); in yaffs_clone_str() 2269 kmalloc(n_blocks * sizeof(struct yaffs_block_info), GFP_NOFS); in yaffs_init_blocks() 2284 kmalloc(dev->chunk_bit_stride * n_blocks, GFP_NOFS); in yaffs_init_blocks() 4773 dev->cache = kmalloc(cache_bytes, GFP_NOFS); in yaffs_guts_initialise() 4785 kmalloc(dev->param.total_bytes_per_chunk, GFP_NOFS); in yaffs_guts_initialise() 4798 GFP_NOFS); in yaffs_guts_initialise()
|
| H A D | yaffs_yaffs2.c | 1366 kmalloc(n_blocks * sizeof(struct yaffs_block_index), GFP_NOFS); in yaffs2_scan_backwards()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | scan.c | 138 sleb = kzalloc(sizeof(struct ubifs_scan_leb), GFP_NOFS); in ubifs_start_scan() 194 snod = kmalloc(sizeof(struct ubifs_scan_node), GFP_NOFS); in ubifs_add_snod()
|
| H A D | log.c | 174 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOFS); in ubifs_add_bud_to_log() 177 ref = kzalloc(c->ref_node_alsz, GFP_NOFS); in ubifs_add_bud_to_log() 364 buf = cs = kmalloc(max_len, GFP_NOFS); in ubifs_log_start_commit() 560 dr = kzalloc(sizeof(struct done_ref), GFP_NOFS); in done_already()
|
| H A D | orphan.c | 60 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in ubifs_add_orphan() 764 orphan = kzalloc(sizeof(struct check_orphan), GFP_NOFS); in dbg_ins_check_orphan() 878 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans() 916 ci.node = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS); in dbg_check_orphans()
|
| H A D | tnc_misc.c | 271 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in read_znode() 410 znode = kzalloc(c->max_znode_sz, GFP_NOFS); in ubifs_load_znode()
|
| H A D | lpt.c | 1206 nnode = kzalloc(sizeof(struct ubifs_nnode), GFP_NOFS); in ubifs_read_nnode() 1269 pnode = kzalloc(sizeof(struct ubifs_pnode), GFP_NOFS); in read_pnode() 1501 n = kmalloc(sizeof(struct ubifs_nnode), GFP_NOFS); in dirty_cow_nnode() 1552 p = kmalloc(sizeof(struct ubifs_pnode), GFP_NOFS); in dirty_cow_pnode() 1703 c->lsave = kmalloc(sizeof(int) * c->lsave_cnt, GFP_NOFS); in lpt_init_wr() 1951 GFP_NOFS); in ubifs_lpt_scan_nolock() 1997 nnode = kmemdup(&path[h].nnode, sz, GFP_NOFS); in ubifs_lpt_scan_nolock() 2014 pnode = kmemdup(&path[h].pnode, sz, GFP_NOFS); in ubifs_lpt_scan_nolock()
|
| H A D | tnc.c | 82 old_idx = kmalloc(sizeof(struct ubifs_old_idx), GFP_NOFS); in insert_old_idx() 201 zn = kmalloc(c->max_znode_sz, GFP_NOFS); in copy_znode() 331 lnc_node = kmemdup(node, zbr->len, GFP_NOFS); in lnc_add() 542 dent = kmalloc(zbr->len, GFP_NOFS); in matches_name() 830 dent = kmalloc(zbr->len, GFP_NOFS); in fallible_matches_name() 1103 GFP_NOFS); in dirty_cow_bottom_up() 2012 zn = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert() 2123 zi = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert() 2820 dent = kmalloc(zbr->len, GFP_NOFS); in ubifs_tnc_next_ent()
|
| H A D | super.c | 283 ino = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS); in ubifs_iget() 330 ui->data = kmalloc(ui->data_len + 1, GFP_NOFS); in ubifs_iget() 356 ui->data = kmalloc(ui->data_len + 1, GFP_NOFS); in ubifs_iget() 371 ui->data = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_iget() 410 ui->data = kmalloc(ui->data_len + 1, GFP_NOFS); in ubifs_iget() 444 ui = kmem_cache_alloc(ubifs_inode_slab, GFP_NOFS); in ubifs_alloc_inode() 1438 c->cbuf = kmalloc(sz, GFP_NOFS); in mount_ubifs()
|
| H A D | gc.c | 531 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_garbage_collect_leb() 877 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit()
|
| H A D | debug.c | 828 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb() 1192 dent1 = kmalloc(UBIFS_MAX_DENT_NODE_SZ, GFP_NOFS); in dbg_check_key_order() 1195 dent2 = kmalloc(UBIFS_MAX_DENT_NODE_SZ, GFP_NOFS); in dbg_check_key_order() 1867 fscki = kzalloc(sizeof(struct fsck_inode), GFP_NOFS); in add_inode() 1984 ino = kmalloc(zbr->len, GFP_NOFS); in read_add_inode() 2038 node = kmalloc(zbr->len, GFP_NOFS); in check_leaf() 2279 ino = kmalloc(zbr->len, GFP_NOFS); in check_inodes()
|
| H A D | ubifs.c | 755 dn = kmalloc(UBIFS_MAX_DATA_NODE_SZ, GFP_NOFS); in do_readpage()
|
| H A D | sb.c | 488 sup = kmalloc(ALIGN(UBIFS_SB_NODE_SZ, c->min_io_size), GFP_NOFS); in ubifs_read_sb_node()
|
| H A D | lpt_commit.c | 1643 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum() 1892 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
|
| H A D | recovery.c | 518 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS); in fix_unclean_leb()
|
| H A D | lprops.c | 1086 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | eba.c | 133 le = kmalloc(sizeof(struct ubi_ltree_entry), GFP_NOFS); in ltree_add_entry() 399 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_read_leb() 557 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in recover_peb() 690 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_write_leb() 804 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_write_leb_st() 926 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_atomic_leb_change()
|
| H A D | wl.c | 444 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase() 614 wl_wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in schedule_erase() 648 wl_wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in do_sync_erase() 686 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); 1020 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); 1715 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
|
| H A D | io.c | 1194 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in self_check_peb_ec_hdr() 1280 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in self_check_peb_vid_hdr() 1332 buf1 = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in self_check_write() 1397 buf = __vmalloc(len, GFP_NOFS, PAGE_KERNEL); in ubi_self_check_all_ff()
|
| H A D | fastmap-wl.c | 302 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in ubi_ensure_anchor_pebs()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 49 #define GFP_NOFS ((gfp_t) 0) macro
|