Searched refs:zalloc (Results 1 – 12 of 12) sorted by relevance
62 temp = zalloc(fs->blksz); in ext4fs_init_journal()65 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal()252 node->content = zalloc(fs->blksz); in ext4fs_push_revoke_blk()339 char *temp_buff = zalloc(fs->blksz); in recover_transaction()340 char *metadata_buff = zalloc(fs->blksz); in recover_transaction()412 temp_buff = zalloc(fs->blksz); in ext4fs_check_journal_state()415 temp_buff1 = zalloc(fs->blksz); in ext4fs_check_journal_state()564 char *temp_buff = zalloc(fs->blksz); in update_descriptor_block()578 buf = zalloc(fs->blksz); in update_descriptor_block()615 char *temp_buff = zalloc(fs->blksz); in update_commit_block()[all …]
496 zero_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry()647 block_buffer = zalloc(fs->blksz); in search_dir()721 arr[i] = zalloc(strlen("/") + 1); in parse_path()728 arr[i] = zalloc(strlen(token) + 1); in parse_path()878 block_buffer = zalloc(fs->blksz); in unlink_filename()1224 si_buffer = zalloc(fs->blksz); in alloc_single_indirect_block()1322 di_child_buff = zalloc(fs->blksz); in alloc_double_indirect_block()1402 ti_gp_buff = zalloc(fs->blksz); in alloc_triple_indirect_block()1418 ti_parent_buff = zalloc(fs->blksz); in alloc_triple_indirect_block()1606 blkgrp = zalloc(get_fs()->gdsize); in ext4fs_read_inode()[all …]
117 fs->gdtable = zalloc(gdsize_total); in ext4fs_get_bgdtable()207 di_buffer = zalloc(fs->blksz); in delete_double_indirect_block()306 tigp_buffer = zalloc(fs->blksz); in delete_triple_indirect_block()320 tip_buffer = zalloc(fs->blksz); in delete_triple_indirect_block()544 read_buffer = zalloc(fs->blksz); in ext4fs_delete_file()610 fs->sb = zalloc(SUPERBLOCK_SIZE); in ext4fs_init()638 fs->blk_bmaps[i] = zalloc(fs->blksz); in ext4fs_init()706 char *temp_buff = zalloc(fs->blksz); in ext4fs_deinit()875 g_parent_inode = zalloc(fs->inodesz); in ext4fs_write()938 inode_buffer = zalloc(fs->inodesz); in ext4fs_write()[all …]
44 static inline void *zalloc(size_t size) in zalloc() function
22 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function65 s.zalloc = zalloc; in zzip()
197 s.zalloc = gzalloc; in gzwrite()285 s.zalloc = gzalloc; in zunzip()
59 stream.zalloc = gzalloc; in cramfs_uncompress_init()
52 stream.zalloc = (alloc_func)0;
122 (*((strm)->zalloc))((strm)->opaque, (items), (size))
43 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()44 strm->zalloc = zcalloc; in inflateInit2_()
238 if (strm->zalloc == (alloc_func)0) {239 strm->zalloc = zcalloc;360 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
435 alloc_func zalloc; /* used to allocate the internal state */ member
Completed in 38 milliseconds