Home
last modified time | relevance | path

Searched refs:GFP_NOFS (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c115 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 Dyaffs_summary.c89 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 Dyaffs_checkptrw.c155 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 Dyaffs_yaffs1.c213 GFP_NOFS); in yaffs1_scan()
H A Dyaffs_guts.c132 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()
2031 new_str = kmalloc((len + 1) * sizeof(YCHAR), GFP_NOFS); in yaffs_clone_str()
2268 kmalloc(n_blocks * sizeof(struct yaffs_block_info), GFP_NOFS); in yaffs_init_blocks()
2283 kmalloc(dev->chunk_bit_stride * n_blocks, GFP_NOFS); in yaffs_init_blocks()
4772 dev->cache = kmalloc(cache_bytes, GFP_NOFS); in yaffs_guts_initialise()
4784 kmalloc(dev->param.total_bytes_per_chunk, GFP_NOFS); in yaffs_guts_initialise()
4797 GFP_NOFS); in yaffs_guts_initialise()
H A Dyaffs_yaffs2.c1366 kmalloc(n_blocks * sizeof(struct yaffs_block_index), GFP_NOFS); in yaffs2_scan_backwards()
/openbmc/u-boot/fs/ubifs/
H A Dscan.c137 sleb = kzalloc(sizeof(struct ubifs_scan_leb), GFP_NOFS); in ubifs_start_scan()
193 snod = kmalloc(sizeof(struct ubifs_scan_node), GFP_NOFS); in ubifs_add_snod()
H A Dlog.c173 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOFS); in ubifs_add_bud_to_log()
176 ref = kzalloc(c->ref_node_alsz, GFP_NOFS); in ubifs_add_bud_to_log()
363 buf = cs = kmalloc(max_len, GFP_NOFS); in ubifs_log_start_commit()
559 dr = kzalloc(sizeof(struct done_ref), GFP_NOFS); in done_already()
H A Dorphan.c59 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in ubifs_add_orphan()
763 orphan = kzalloc(sizeof(struct check_orphan), GFP_NOFS); in dbg_ins_check_orphan()
877 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_scan_orphans()
915 ci.node = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS); in dbg_check_orphans()
H A Dtnc_misc.c270 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in read_znode()
409 znode = kzalloc(c->max_znode_sz, GFP_NOFS); in ubifs_load_znode()
H A Dlpt.c1205 nnode = kzalloc(sizeof(struct ubifs_nnode), GFP_NOFS); in ubifs_read_nnode()
1268 pnode = kzalloc(sizeof(struct ubifs_pnode), GFP_NOFS); in read_pnode()
1500 n = kmalloc(sizeof(struct ubifs_nnode), GFP_NOFS); in dirty_cow_nnode()
1551 p = kmalloc(sizeof(struct ubifs_pnode), GFP_NOFS); in dirty_cow_pnode()
1702 c->lsave = kmalloc(sizeof(int) * c->lsave_cnt, GFP_NOFS); in lpt_init_wr()
1950 GFP_NOFS); in ubifs_lpt_scan_nolock()
1996 nnode = kmemdup(&path[h].nnode, sz, GFP_NOFS); in ubifs_lpt_scan_nolock()
2013 pnode = kmemdup(&path[h].pnode, sz, GFP_NOFS); in ubifs_lpt_scan_nolock()
H A Dtnc.c76 old_idx = kmalloc(sizeof(struct ubifs_old_idx), GFP_NOFS); in insert_old_idx()
195 zn = kmalloc(c->max_znode_sz, GFP_NOFS); in copy_znode()
325 lnc_node = kmemdup(node, zbr->len, GFP_NOFS); in lnc_add()
524 dent = kmalloc(zbr->len, GFP_NOFS); in matches_name()
812 dent = kmalloc(zbr->len, GFP_NOFS); in fallible_matches_name()
1085 GFP_NOFS); in dirty_cow_bottom_up()
1994 zn = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert()
2105 zi = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert()
2798 dent = kmalloc(zbr->len, GFP_NOFS); in ubifs_tnc_next_ent()
H A Dsuper.c282 ino = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS); in ubifs_iget()
329 ui->data = kmalloc(ui->data_len + 1, GFP_NOFS); in ubifs_iget()
355 ui->data = kmalloc(ui->data_len + 1, GFP_NOFS); in ubifs_iget()
370 ui->data = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS); in ubifs_iget()
409 ui->data = kmalloc(ui->data_len + 1, GFP_NOFS); in ubifs_iget()
443 ui = kmem_cache_alloc(ubifs_inode_slab, GFP_NOFS); in ubifs_alloc_inode()
1440 c->cbuf = kmalloc(sz, GFP_NOFS); in mount_ubifs()
H A Dgc.c530 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_garbage_collect_leb()
876 idx_gc = kmalloc(sizeof(struct ubifs_gced_idx_leb), GFP_NOFS); in ubifs_gc_start_commit()
H A Ddebug.c827 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in ubifs_dump_leb()
1191 dent1 = kmalloc(UBIFS_MAX_DENT_NODE_SZ, GFP_NOFS); in dbg_check_key_order()
1194 dent2 = kmalloc(UBIFS_MAX_DENT_NODE_SZ, GFP_NOFS); in dbg_check_key_order()
1866 fscki = kzalloc(sizeof(struct fsck_inode), GFP_NOFS); in add_inode()
1983 ino = kmalloc(zbr->len, GFP_NOFS); in read_add_inode()
2037 node = kmalloc(zbr->len, GFP_NOFS); in check_leaf()
2278 ino = kmalloc(zbr->len, GFP_NOFS); in check_inodes()
H A Dubifs.c754 dn = kmalloc(UBIFS_MAX_DATA_NODE_SZ, GFP_NOFS); in do_readpage()
H A Dsb.c487 sup = kmalloc(ALIGN(UBIFS_SB_NODE_SZ, c->min_io_size), GFP_NOFS); in ubifs_read_sb_node()
H A Dlpt_commit.c1642 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dbg_check_ltab_lnum()
1891 buf = p = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in dump_lpt_leb()
H A Dlprops.c1085 buf = __vmalloc(c->leb_size, GFP_NOFS, PAGE_KERNEL); in scan_check_cb()
H A Drecovery.c517 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS); in fix_unclean_leb()
/openbmc/u-boot/drivers/mtd/ubi/
H A Deba.c132 le = kmalloc(sizeof(struct ubi_ltree_entry), GFP_NOFS); in ltree_add_entry()
398 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_read_leb()
556 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in recover_peb()
689 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_write_leb()
803 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_write_leb_st()
925 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS); in ubi_eba_atomic_leb_change()
H A Dwl.c443 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase()
613 wl_wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in schedule_erase()
647 wl_wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in do_sync_erase()
685 vid_hdr = ubi_zalloc_vid_hdr(ubi, GFP_NOFS);
1019 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS);
1714 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
H A Dio.c1194 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 Dfastmap-wl.c301 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in ubi_ensure_anchor_pebs()
/openbmc/u-boot/include/linux/
H A Dcompat.h67 #define GFP_NOFS ((gfp_t) 0) macro

12