Searched refs:ffsb_malloc (Results 1 – 12 of 12) sorted by relevance
92 b->holes = ffsb_malloc(sizeof(struct cirlist)); in init_filelist()93 b->dholes = ffsb_malloc(sizeof(struct cirlist)); in init_filelist()130 newfile = ffsb_malloc(sizeof(struct ffsb_file)); in add_file()186 newdir = ffsb_malloc(sizeof(struct ffsb_file)); in add_dir()236 newfile = ffsb_malloc(sizeof(struct ffsb_file)); in add_file_named()
43 fc->groups = ffsb_malloc(sizeof(ffsb_tg_t) * num_tg); in init_ffsb_config()44 fc->filesystems = ffsb_malloc(sizeof(ffsb_fs_t) * num_fs); in init_ffsb_config()
52 void *ffsb_malloc(size_t size) in ffsb_malloc() function66 return ffsb_malloc(size); in ffsb_realloc()85 char *dup = ffsb_malloc(len + 1); in ffsb_strdup()
105 fs_pts = ffsb_malloc(sizeof(pthread_t) * fc.num_filesys); in main()128 params = ffsb_malloc(sizeof(tg_run_params_t) * fc.num_threadgroups); in main()
90 fsd->buckets[i] = ffsb_malloc(sizeof(uint32_t) * in ffsb_statsd_init()202 void *ffsb_malloc(size_t s)
38 void *ffsb_malloc(size_t size);
37 struct cnode *new = ffsb_malloc(sizeof(struct cnode)); in cl_insert_tail()
112 state->mt = ffsb_malloc(state->size); in init_random()
72 ft->mallocbuf = ffsb_malloc(bufsize + 4096); in ft_alter_bufsize()
918 ffsb_tg_t *age_tg = ffsb_malloc(sizeof(ffsb_tg_t)); in init_filesys()1024 fc->filesystems = ffsb_malloc(sizeof(ffsb_fs_t) * fc->num_filesys); in init_config()1028 fc->groups = ffsb_malloc(sizeof(ffsb_tg_t) * fc->num_threadgroups); in init_config()
31 tg->threads = ffsb_malloc(sizeof(ffsb_thread_t) * num_threads); in init_ffsb_tg()
89 char *buf = ffsb_malloc(blocksize); in add_files()