Searched refs:zalloc (Results 1 – 17 of 17) sorted by relevance
46 journal_ptr[i] = zalloc(sizeof(struct journal_log)); in ext4fs_init_journal()49 dirty_block_ptr[i] = zalloc(sizeof(struct dirty_blocks)); in ext4fs_init_journal()60 temp = zalloc(fs->blksz); in ext4fs_init_journal()63 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal()72 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal()138 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_log_gdt()171 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_log_journal()196 dirty_block_ptr[gd_index]->buf = zalloc(fs->blksz); in ext4fs_put_metadata()231 tmp_node = zalloc(sizeof(struct revoke_blk_list)); in _get_node()254 node->content = zalloc(fs->blksz); in ext4fs_push_revoke_blk()[all …]
493 zero_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry()498 root_first_block_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry()643 block_buffer = zalloc(fs->blksz); in search_dir()717 arr[i] = zalloc(strlen("/") + 1); in parse_path()724 arr[i] = zalloc(strlen(token) + 1); in parse_path()770 depth_dirname = zalloc(strlen(dirname) + 1); in ext4fs_get_parent_inode_num()776 parse_dirname = zalloc(strlen(dirname) + 1); in ext4fs_get_parent_inode_num()782 ptr = zalloc((depth) * sizeof(char *)); in ext4fs_get_parent_inode_num()787 parent_inode = zalloc(sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()790 first_inode = zalloc(sizeof(struct ext2_inode)); in ext4fs_get_parent_inode_num()[all …]
113 fs->gdtable = zalloc(gdsize_total); in ext4fs_get_bgdtable()145 char *journal_buffer = zalloc(fs->blksz); in delete_single_indirect_block()196 char *journal_buffer = zalloc(fs->blksz); in delete_double_indirect_block()203 di_buffer = zalloc(fs->blksz); in delete_double_indirect_block()295 char *journal_buffer = zalloc(fs->blksz); in delete_triple_indirect_block()302 tigp_buffer = zalloc(fs->blksz); in delete_triple_indirect_block()316 tip_buffer = zalloc(fs->blksz); in delete_triple_indirect_block()456 char *journal_buffer = zalloc(fs->blksz); in ext4fs_delete_file()531 read_buffer = zalloc(fs->blksz); in ext4fs_delete_file()597 fs->sb = zalloc(SUPERBLOCK_SIZE); in ext4fs_init()[all …]
43 static inline void *zalloc(size_t size) in zalloc() function
21 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function64 s.zalloc = zalloc; in zzip()
194 s.zalloc = gzalloc; in gzwrite()282 s.zalloc = gzalloc; in zunzip()
12 fc5c15638 feat(thorvg): use LVGL's malloc/realloc/zalloc/free (#7772)16 … was resolved differently in fc5c15638 feat(thorvg): use LVGL's malloc/realloc/zalloc/free (#7772)]
59 stream.zalloc = gzalloc; in cramfs_uncompress_init()
122 (*((strm)->zalloc))((strm)->opaque, (items), (size))
43 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()44 strm->zalloc = zcalloc; in inflateInit2_()
237 if (strm->zalloc == (alloc_func)0) {238 strm->zalloc = zcalloc;359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
43 zs->zalloc = Z_NULL; in multifd_zlib_send_setup()169 zs->zalloc = Z_NULL; in multifd_zlib_recv_setup()
34 .zalloc = Z_NULL, in inflate_buffer()89 .zalloc = Z_NULL, in deflate_buffer()
76 zstream->zalloc = vnc_zlib_zalloc; in vnc_zlib_stop()
81 zstream->zalloc = vnc_zlib_zalloc; in zrle_compress_data()
800 zstream->zalloc = vnc_zlib_zalloc; in tight_init_stream()
429 alloc_func zalloc; /* used to allocate the internal state */ member